AutoClose
The main plugin class.
Namespace: WebberZone\AutoClose
Since: 3.0.0
Source: includes/class-autoclose.php line 17
Methods
get_instance() static
Get a singleton instance of this class.
Since: 3.0.0
Line: 51
static public function get_instance( ): AutoClose;
Returns: AutoClose
run()
Run the loader to execute all the hooks.
Since: 3.0.0
Line: 138
public function run( );
activate() static
Activate the plugin.
Since: 3.0.0
Line: 149
static public function activate( $network_wide );
| Type | Name | Description |
|---|---|---|
bool | $network_wide | Whether to activate network-wide. |
deactivate() static
Deactivate the plugin.
Since: 3.0.0
Line: 158
static public function deactivate( );