xmlrpc_call_success_blogger_editPost

xmlrpc_call_success_blogger_editPost

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('xmlrpc_call_success_blogger_editPost') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 5245
    		 *
    		 * @param int   $post_id ID of the updated post.
    		 * @param array $args    An array of arguments for the post to edit.
    		 */
    		do_action( 'xmlrpc_call_success_blogger_editPost', $post_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase
    
    		return true;
    	}
    
    	/**
    	 * Deletes a post.