wp_admin_notice

wp_admin_notice

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.3

do_action('wp_admin_notice') is found 1 times:

  • /wp-includes/functions.php line 8945

    Warning: Undefined array key 8948 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 8949 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 8950 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    	 *
    	 * @param string $message The message for the admin notice.
    	 * @param array  $args    The arguments for the admin notice.
    	 */
    	do_action( 'wp_admin_notice', $message, $args );
    
    	echo wp_kses_post( wp_get_admin_notice( $message, $args ) );
    }