WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about deprecated_constructor_trigger_error

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 5464 /**
* Filters whether to trigger an error for deprecated functions.
*
* `WP_DEBUG` must be true in addition to the filter evaluating to true.
*
* @since 4.3.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.