admin_post_nopriv_{$action}

admin_post_nopriv_{$action}

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

See hook in core

Displaying hooks found in version: wordpress-6.8

do_action('admin_post_nopriv_{$action}') is found 1 times:

  • /wp-admin/admin-post.php line 58
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
             * request action.
             *
             * @since 2.6.0
             */
            do_action( "admin_post_nopriv_{$action}" );
        }
    } else {
        if ( empty( $action ) ) {
            /**
             * Fires on an authenticated admin post request where no action is supplied.
             *