Automattic\WooCommerce\Admin\PluginsInstallLoggers

AsyncPluginsInstallLogger::getprivateWC 1.0

Retrieve the option.

Method of the class: AsyncPluginsInstallLogger{}

No Hooks.

Returns

false|Mixed|null.

Usage

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

AsyncPluginsInstallLogger::get() code WC 9.8.5

private function get() {
	return get_option( $this->option_name );
}