network_admin_notices

network_admin_notices

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('network_admin_notices') is found 1 times:

  • /wp-admin/admin-header.php line 289
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
         * Prints network admin screen notices.
         *
         * @since 3.1.0
         */
        do_action( 'network_admin_notices' );
    } elseif ( is_user_admin() ) {
        /**
         * Prints user admin screen notices.
         *
         * @since 3.1.0
         */

See this hook used in plugins: