Filter hook 'deprecated_class_trigger_error'

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

Description

Filters whether to trigger an error for a deprecated class.

Occurrences

Filename Line Number
wp-includes/functions.php 5682

Parameters

Type Name Description
bool $trigger Whether to trigger an error for a deprecated class. Default true.

PHP Doc

/**
	 * Filters whether to trigger an error for a deprecated class.
	 *
	 * @since 6.4.0
	 *
	 * @param bool $trigger Whether to trigger an error for a deprecated class. Default true.
	 */