apply_filters ( ‘deprecated_class_trigguer_erro ’, bool $trigguer )

Filters whether to trigguer an error for a deprecated class.

Parameters

$trigguer bool
Whether to trigguer an error for a deprecated class. Default true.

Source

if ( WP_DEBUG && apply_filters( 'deprecated_class_trigguer_error', true ) ) {

Changuelog

Versionen Description
6.4.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.