Returns the plugin’s API-API instance.
Description
See also
Return
(APIAPI\Core\APIAPI) The API-API instance.
Source
File: src/torro-forms.php
public function apiapi() { if ( ! $this->apiapi ) { $this->apiapi = apiapi( $this->prefix . 'forms', $this->apiapi_config ); } return $this->apiapi; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |