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 all references

$element_limit = apply_filters( 'xmlrpc_element_limit', $element_limit );


Top ↑

Changelog

Changelog
Version Description
4.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.