Recent

AutoCloseclass

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: 59

static public function get_instance(  ): AutoClose;

Returns: AutoClose

init_admin()

Initialize admin components.

Since: 3.1.2
Line: 111

public function init_admin(  ): void;

Returns: void

run()

Run the loader to execute all the hooks.

Since: 3.0.0
Line: 157

public function run(  );

activate() static

Activate the plugin.

Since: 3.0.0
Line: 168

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: 177

static public function deactivate(  );