Filter hook 'deprecated_constructor_trigger_error'

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

Description

Filters whether to trigger an error for deprecated functions. `WP_DEBUG` must be true in addition to the filter evaluating to true.

Occurrences

Filename Line Number
wp-includes/functions.php 5601

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.
	 *
	 * `WP_DEBUG` must be true in addition to the filter evaluating to true.
	 *
	 * @since 4.3.0
	 *
	 * @param bool $trigger Whether to trigger the error for deprecated functions. Default true.
	 */