WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about deprecated_function_trigger_error

Back to home

Files

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

Hook Parameters

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