IXR_ClientMulticall::query( $args ): bool
Return
bool
Source
File: wp-includes/IXR/class-IXR-clientmulticall.php
.
View all references
function query( ...$args )
{
// Prepare multicall, then call the parent::query() method
return parent::query('system.multicall', $this->calls);
}
Changelog
Version | Description |
---|---|
5.5.0 | Formalized the existing ...$args parameter by adding it to the function signature. |
1.5.0 | Introduced. |