deprecated_function_trigger_error, true

deprecated_function_trigger_error, true

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('deprecated_function_trigger_error, true') is found 1 times:

  • /functions.global.php line 50
    	if (
    		! empty( $removed_version )
    		&& ( defined( 'WP_DEBUG' ) && WP_DEBUG )
    		/** This filter is documented in core/src/wp-includes/functions.php */
    		&& apply_filters( 'deprecated_function_trigger_error', true )
    	) {
    		error_log( // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log
    			sprintf(
    				doing_action( 'after_setup_theme' ) || did_action( 'after_setup_theme' ) ?
    					/* Translators: 1. Function name. 2. Jetpack version number. */
    					__( 'The %1$s function will be removed from the Jetpack plugin in version %2$s.', 'jetpack' )