apply_filters( 'doing_it_wrong_trigger_error', bool $trigger )

Filters whether to trigger an error for _doing_it_wrong() calls.


Parameters

$trigger

(bool) Whether to trigger the error for _doing_it_wrong() calls. Default true.


Source

File: wp-includes/functions.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.1.0 Introduced.