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.5.2

do_action('xmlrpc_call_success_mw_newPost') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 5655
    		 *
    		 * @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.