Filter hook 'deprecated_function_trigger_error'

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

Description

Filters whether to trigger an error for deprecated functions.

Occurrences

Filename Line Number
wp-includes/functions.php 5519

Parameters

Type Name Description
bool $trigger Whether to trigger the error for deprecated functions. Default true.

PHP Doc

/**
	 * Filters whether to trigger an error for deprecated functions.
	 *
	 * @since 2.5.0
	 *
	 * @param bool $trigger Whether to trigger the error for deprecated functions. Default true.
	 */