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