Astra_Addon_License_Notice::get_instance()
Initiator
Description
Return
(object) initialized object of class.
Source
File: admin/core/includes/class-astra-addon-license-notice.php
public static function get_instance() {
if ( ! isset( self::$instance ) ) {
self::$instance = new self();
}
return self::$instance;
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 4.12.0 | Introduced. |