publish_phone, $post_ID

publish_phone, $post_ID

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('publish_phone, $post_ID') is found 1 times:

  • /wp-mail.php line 254
    	 * @since 1.2.0
    	 *
    	 * @param int $post_ID The post ID.
    	 */
    	do_action( 'publish_phone', $post_ID );
    
    	echo "\n<p><strong>" . __( 'Author:' ) . '</strong> ' . esc_html( $post_author ) . '</p>';
    	echo "\n<p><strong>" . __( 'Posted title:' ) . '</strong> ' . esc_html( $post_title ) . '</p>';
    
    	if ( ! $pop3->delete( $i ) ) {
    		echo '<p>' . sprintf(