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 9.8.5
private function get() { return get_option( $this->option_name ); }