IXR_ClientMulticall::query
Method of the class: IXR_ClientMulticall{}
No Hooks.
Returns
true|false.
Usage
$IXR_ClientMulticall = new IXR_ClientMulticall(); $IXR_ClientMulticall->query( ...$args );
- ...$args(required)
- .
Changelog
| Since 1.5.0 | Introduced. |
| Since 5.5.0 | Formalized the existing ...$args parameter by adding it to the function signature. |
IXR_ClientMulticall::query() IXR ClientMulticall::query code WP 6.9
function query( ...$args )
{
// Prepare multicall, then call the parent::query() method
return parent::query('system.multicall', $this->calls);
}