xmlrpc_call_success_blogger_newPost

xmlrpc_call_success_blogger_newPost

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('xmlrpc_call_success_blogger_newPost') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 5166
    5162
    5163
    5164
    5165
    5166
    5167
    5168
    5169
    5170
    5171
    5172
         *
         * @param int   $post_id ID of the new post.
         * @param array $args    An array of new post arguments.
         */
        do_action( 'xmlrpc_call_success_blogger_newPost', $post_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase
     
        return $post_id;
    }
     
    /**
     * Edits a post.