Skip to content

deprecated_argument_trigger_error

github-actions[bot] edited this page Jun 25, 2026 · 1 revision

Filters whether to trigger an error for deprecated arguments. This is a WP core filter.

Auto-generated Example

add_filter(
   'deprecated_argument_trigger_error',
    function( bool $trigger ) {
        // Your code here.
        return $trigger;
    }
);

Parameters

  • bool $trigger Whether to trigger the error for deprecated arguments. Default true.

Files

apply_filters( 'deprecated_argument_trigger_error', true )

← All Hooks

Clone this wiki locally