admin_post WordPress Action Hook
The admin_post hook is triggered when an administrator posts a new post. It allows you to take an action when this happens, such as notifying another user or sending an email.
do_action( 'admin_post' ) #
Fires on an authenticated admin post request where no action is supplied.