xmlrpc_publish_post

xmlrpc_publish_post

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('xmlrpc_publish_post') is found 1 times:

  • /wp-includes/post.php line 7862
    7858
    7859
    7860
    7861
    7862
    7863
    7864
    7865
    7866
    7867
         * @since 2.1.0
         *
         * @param int $post_id Post ID.
         */
        do_action( 'xmlrpc_publish_post', $post_id );
    }
     
    if ( defined( 'WP_IMPORTING' ) ) {
        return;
    }