Automattic\WooCommerce\Internal\Admin

FeaturePlugin::__clone()privateWC 1.0

Prevent cloning.

Method of the class: FeaturePlugin{}

No Hooks.

Return

null. Nothing (null).

Usage

// private - for code of main (parent) class only
$result = $this->__clone();

FeaturePlugin::__clone() code WC 8.7.0

private function __clone() {}