wp_admin_notice_markup

wp_admin_notice_markup

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.3

apply_filters('wp_admin_notice_markup') is found 1 times:

  • /wp-includes/functions.php line 8914
    	 * @param string $markup  The HTML markup for the admin notice.
    	 * @param string $message The message for the admin notice.
    	 * @param array  $args    The arguments for the admin notice.
    	 */
    	return apply_filters( 'wp_admin_notice_markup', $markup, $message, $args );
    }
    
    /**
     * Outputs an admin notice.
     *
     * @since 6.4.0