Automattic\WooCommerce\Internal\VariationGallery
Package::prepare
Early bootstrap hook fired by Packages::prepare_packages at plugins_loaded priority -100. No-op for the variation gallery feature.
Method of the class: Package{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = Package::prepare(): void;
Package::prepare() Package::prepare code WC 10.9.4
public static function prepare(): void {
}