Description
Filters whether to trigger deprecated hook errors.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 5928 |
Parameters
Type | Name | Description |
---|---|---|
bool | $trigger | Whether to trigger deprecated hook errors. Requires `WP_DEBUG` to be defined true. |
PHP Doc
/**
* Filters whether to trigger deprecated hook errors.
*
* @since 4.6.0
*
* @param bool $trigger Whether to trigger deprecated hook errors. Requires
* `WP_DEBUG` to be defined true.
*/