On this page
apply_filters( 'xmlrpc_element_limit', int $element_limit )
Filters the number of elements to parse in an XML-RPC response.
Parameters
$element_limitint-
Default elements limit.
Source
File: wp-includes/IXR/class-IXR-message.php. View all references
$element_limit = apply_filters( 'xmlrpc_element_limit', $element_limit );
Related
Used By
| Used By | Description |
|---|---|
| IXR_Message::parse() wp-includes/IXR/class-IXR-message.php |
Changelog
| Version | Description |
|---|---|
| 4.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/xmlrpc_element_limit