user_admin_notices

user_admin_notices

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('user_admin_notices') is found 1 times:

  • /wp-admin/admin-header.php line 296
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
         * Prints user admin screen notices.
         *
         * @since 3.1.0
         */
        do_action( 'user_admin_notices' );
    } else {
        /**
         * Prints admin screen notices.
         *
         * @since 3.1.0
         */