Filter hook 'deprecated_argument_trigger_error'

in WP Core File wp-includes/functions.php at line 5848

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.
	 */