Description
Filters whether to trigger an error for a deprecated class.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 5682 |
Parameters
Type | Name | Description |
---|---|---|
bool | $trigger | Whether to trigger an error for a deprecated class. Default true. |
PHP Doc
/**
* Filters whether to trigger an error for a deprecated class.
*
* @since 6.4.0
*
* @param bool $trigger Whether to trigger an error for a deprecated class. Default true.
*/