wp_trigger_error_always_run

wp_trigger_error_always_run

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-7.0

do_action('wp_trigger_error_always_run') is found 1 times:

  • /wp-includes/functions.php line 6116
    	 * @param string $function_name The function that triggered the error.
    	 * @param string $message       The message explaining the error.
    	 * @param int    $error_level   The designated error type for this error.
    	 */
    	do_action( 'wp_trigger_error_always_run', $function_name, $message, $error_level );
    
    	/**
    	 * Filters whether to trigger an error.
    	 *
    	 * @since 7.0.0
    	 *