Usage
add_filter( 'add_signup_meta', 'your_callback_function', 10, 1 );Filter Callback:
function your_callback_function( $meta_defaults ) {
// Your code here
return $meta_defaults;
}Parameters
$meta_defaultsParameter 1
🔄 Filter Hook
Filter hooks allow you to modify data before it is saved to the database or displayed on the screen. Filters must return a value.
Triggered By
This hook is called by the following functions: