Deactivator
Runs on deactivation.
Namespace: WebberZone\Image_Optimizer\Admin
Since: 1.0.0
Source: includes/admin/class-deactivator.php line 22
Methods
deactivate() static
Stop background work without deleting generated files.
Since: 1.0.0
Line: 32
static public function deactivate( $network_wide = ... ): void;
| Type | Name | Description |
|---|---|---|
bool |
$network_wide |
Whether the plugin was deactivated for the whole network. |
Returns: void