xmlrpc_element_limit WordPress Filter Hook

The xmlrpc_element_limit hook allows you to modify the number of XML-RPC elements that are allowed in a single request. This can be useful if you need to increase or decrease the limit for a specific reason.

apply_filters( 'xmlrpc_element_limit', int $element_limit ) #

Filters the number of elements to parse in an XML-RPC response.


Parameters

$element_limit

(int)Default elements limit.


Top ↑

Source

File: wp-includes/IXR/class-IXR-message.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.