publish_phone

publish_phone

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('publish_phone') is found 1 times:

  • /wp-mail.php line 246
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    * @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: