There was an error while loading. Please reload this page.
Fires when a deprecated argument is called. This is a WP core action.
add_action( 'deprecated_argument_run', function( string $function, string $message, string $version ) { // Your code here. }, 10, 3 );
string
$function
$message
$version
do_action( 'deprecated_argument_run', $function, $message, $version )
← All Hooks