Description
Filters whether to trigger an error for deprecated functions.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 5519 |
Parameters
Type | Name | Description |
---|---|---|
bool | $trigger | Whether to trigger the error for deprecated functions. Default true. |
PHP Doc
/**
* 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.
*/