IXR_ClientMulticall::query()


Description Description


Source 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);
    }

Top ↑

User Contributed Notes User Contributed Notes

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