do_action( “admin_post_nopriv_{$action}” )

In this article

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.

Source

do_action( "admin_post_nopriv_{$action}" );

Changelog

VersionDescription
2.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.