IXR_ClientMulticall::query()


Description


Source

File: wp-includes/IXR/class-IXR-clientmulticall.php

    function query()
    {
        // Prepare multicall, then call the parent::query() method
        return parent::query('system.multicall', $this->calls);
    }