WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about deprecated_argument_run

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php do_action 5647 /**
* Fires when a deprecated argument is called.
*
* @since 3.0.0
*
* @param string $function The function that was called.
* @param string $message A message regarding the change.
* @param string $version The version of WordPress that deprecated the argument used.
*/

Hook Parameters

Parameter Type Name Description
string $function The function that was called.
string $message A message regarding the change.
string $version The version of WordPress that deprecated the argument used.