Fires after a post submitted by email is published.
Parameters
$post_ID
int- The post ID.
Source
do_action( 'publish_phone', $post_ID );
Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |
Fires after a post submitted by email is published.
$post_ID
intdo_action( 'publish_phone', $post_ID );
Version | Description |
---|---|
1.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.