There was an error while loading. Please reload this page.
Filters whether to trigger an error for deprecated arguments. This is a WP core filter.
add_filter( 'deprecated_argument_trigger_error', function( bool $trigger ) { // Your code here. return $trigger; } );
bool
$trigger
apply_filters( 'deprecated_argument_trigger_error', true )
← All Hooks