LLMS_Abstract_API_Handler::set_request_url( string $resource, string $method )
Set the request URL
Parameters Parameters
- $resource
-
(string) (Required) requested resource
- $method
-
(string) (Required) request method
Return Return
(string)
Source Source
File: includes/abstracts/llms.abstract.api.handler.php
abstract protected function set_request_url( $resource, $method );
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.11.2 | Introduced. |