publish_phone action-hook . WP 1.2.0
Fires after a post submitted by email is published.
Usage
add_action( 'publish_phone', 'action_function_name_7092' ); function action_function_name_7092( $post_ID ){ // action... }
- $post_ID(int)
- The post ID.
Changelog
Since 1.2.0 | Introduced. |
Where the hook is called
In file: /wp-mail.php
wp-mail.php 242
do_action( 'publish_phone', $post_ID );