Automattic\WooCommerce\Admin\PluginsInstallLoggers
AsyncPluginsInstallLogger::get
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() AsyncPluginsInstallLogger::get code WC 10.5.0
private function get() {
return get_option( $this->option_name );
}