Astra_Target_Rules_Fields::get_instance()
Initiator
Description
Source
File: classes/modules/target-rule/class-astra-target-rules-fields.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 |
|---|---|
| 1.0.0 | Introduced. |