do_action( 'deprecated_argument_run', string $function_name, string $message, string $version )
- Since
- 3.0.0
Fires when a deprecated argument is called.
Parameters
$function_namestring- The function that was called.
$messagestring- A message regarding the change.
$versionstring- The version of WordPress that deprecated the argument used.
Fired at · 1
wp-includes/functions.php:5984_deprecated_argument()
Source
* @since 3.0.0 * * @param string $function_name 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. */ do_action( 'deprecated_argument_run', $function_name, $message, $version ); /** * Filters whether to trigger an error for deprecated arguments. * * @since 3.0.0 *History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.