Automattic\WooCommerce\Internal\ProductImage
MatchImageBySKU::init_hooks
Initialize the hooks used by the class.
Method of the class: MatchImageBySKU{}
No Hooks.
Returns
null
. Nothing (null).
Usage
// private - for code of main (parent) class only $result = $this->init_hooks();
MatchImageBySKU::init_hooks() MatchImageBySKU::init hooks code WC 9.9.5
private function init_hooks() { add_filter( 'woocommerce_get_settings_products', array( $this, 'add_product_image_sku_setting' ), 110, 2 ); }