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.
Source
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |