Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/functions.php | apply_filters | 5560 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $trigger | Whether to trigger the error for deprecated files. Default true. |