WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about deprecated_argument_trigger_error

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 5656 /**
* Filters whether to trigger an error for deprecated arguments.
*
* @since 3.0.0
*
* @param bool $trigger Whether to trigger the error for deprecated arguments. Default true.
*/

Hook Parameters

Parameter Type Name Description
bool $trigger Whether to trigger the error for deprecated arguments. Default true.