Automattic\WooCommerce\Internal\ProductImage
MatchImageBySKU::is_enabled
Is this feature enabled.
Method of the class: MatchImageBySKU{}
No Hooks.
Returns
true|false.
Usage
$MatchImageBySKU = new MatchImageBySKU(); $MatchImageBySKU->is_enabled();
Changelog
| Since 8.3.0 | Introduced. |
MatchImageBySKU::is_enabled() MatchImageBySKU::is enabled code WC 10.9.4
public function is_enabled() {
return wc_string_to_bool( get_option( $this->setting_name ) );
}