apply_filters( 'doing_it_wrong_trigger_error', bool $trigger )
Filters whether to trigger an error for _doing_it_wrong() calls.
Parameters
- $trigger
-
Whether to trigger the error for _doing_it_wrong() calls. Default true.
Source
Changelog
Version | Description |
---|---|
WP-3.1.0 | Introduced. |