WooCommerce::deactivated_plugin( string $filename )

Ran when any plugin is deactivated.


Description Description


Parameters Parameters

$filename

(Required) The filename of the deactivated plugin.


Top ↑

Source Source

File: includes/class-woocommerce.php

	public function deactivated_plugin( $filename ) {
		include_once dirname( __FILE__ ) . '/admin/helper/class-wc-helper.php';

		WC_Helper::deactivated_plugin( $filename );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.