Automattic\WooCommerce\Admin\Overrides

ThemeUpgraderSkin::footerpublicWC 1.0

Hide the skin footer display.

Method of the class: ThemeUpgraderSkin{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ThemeUpgraderSkin = new ThemeUpgraderSkin();
$ThemeUpgraderSkin->footer();

ThemeUpgraderSkin::footer() code WC 10.8.1

public function footer() {}