xmlrpc_call_success_mw_newPost

xmlrpc_call_success_mw_newPost

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('xmlrpc_call_success_mw_newPost') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 5655
    5651
    5652
    5653
    5654
    5655
    5656
    5657
    5658
    5659
    5660
    5661
         *
         * @param int   $post_id ID of the new post.
         * @param array $args    An array of arguments to create the new post.
         */
        do_action( 'xmlrpc_call_success_mw_newPost', $post_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase
     
        return (string) $post_id;
    }
     
    /**
     * Adds an enclosure to a post if it's new.