WooCommerce::activated_plugin( string $filename )

Ran when any plugin is activated.


Description Description


Parameters Parameters

$filename

(Required) The filename of the activated plugin.


Top ↑

Source Source

File: includes/class-woocommerce.php

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

		WC_Helper::activated_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.