55*56* The dynamic portion of the hook name,`$action`, refers to the given57* request action.58*59* @since 2.6.060*/61do_action("admin_post_nopriv_{$action}");62}63}else{64if(empty($action)){65/**66* Fires on an authenticated admin post request where no action is supplied.67*
History
Introduced in 2.6.0. Unchanged from 6.7.7 through 7.1.0.