On this page
IXR_ClientMulticall::__construct( $server, $path = false, $port = 80 )
PHP5 constructor.
Source
File: wp-includes/IXR/class-IXR-clientmulticall.php. View all references
function __construct( $server, $path = false, $port = 80 )
{
parent::IXR_Client($server, $path, $port);
$this->useragent = 'The Incutio XML-RPC PHP Library (multicall client)';
}
Related
Uses
| Uses | Description |
|---|---|
| IXR_Client::IXR_Client() wp-includes/IXR/class-IXR-client.php | PHP4 constructor. |
Used By
| Used By | Description |
|---|---|
| IXR_ClientMulticall::IXR_ClientMulticall() wp-includes/IXR/class-IXR-clientmulticall.php | PHP4 constructor. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/ixr_clientmulticall/__construct