Filter hook 'deprecated_file_trigger_error'

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

Description

Filters whether to trigger an error for deprecated files.

Occurrences

Filename Line Number
wp-includes/functions.php 5762

Parameters

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

PHP Doc

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