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