publish_phone

publish_phone

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('publish_phone') is found 1 times:

  • /wp-mail.php line 246
    	 * @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(
    

See this hook used in plugins: