IXR_ClientMulticall::query( $args ): bool In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Return bool Source function query( ...$args ) { // Prepare multicall, then call the parent::query() method return parent::query('system.multicall', $this->calls); } View all references View on Trac View on GitHub Related UsesDescriptionIXR_Client::query()wp-includes/IXR/class-IXR-client.php Changelog VersionDescription5.5.0Formalized the existing ...$args parameter by adding it to the function signature.1.5.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.