WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about publish_phone

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-mail.php do_action 246 /**
* Fires after a post submitted by email is published.
*
* @since 1.2.0
*
* @param int $post_ID The post ID.
*/

Hook Parameters

Parameter Type Name Description
int $post_ID The post ID.