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