admin_post_nopriv_{$action} WordPress Action Hook

The admin_post_nopriv_{$action} hook is triggered when a user who is not logged in attempts to access the WordPress admin area.

do_action( "admin_post_nopriv_{$action}" ) #

Fires on a non-authenticated admin post request for the given action.


Description

The dynamic portion of the hook name, $action, refers to the given request action.


Top ↑

Source

File: wp-admin/admin-post.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
2.6.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.