wp_admin_notice_markup

wp_admin_notice_markup

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.8

apply_filters('wp_admin_notice_markup') is found 1 times:

  • /wp-includes/functions.php line 9063
    9059
    9060
    9061
    9062
    9063
    9064
    9065
    9066
    9067
    9068
    9069
         * @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