Automattic\WooCommerce\Internal\ProductImage
MatchImageBySKU::init_hooks()
Initialize the hooks used by the class.
Метод класса: MatchImageBySKU{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// private - только в коде основоного (родительского) класса $result = $this->init_hooks();
Код MatchImageBySKU::init_hooks() MatchImageBySKU::init hooks WC 9.7.1
private function init_hooks() { add_filter( 'woocommerce_get_settings_products', array( $this, 'add_product_image_sku_setting' ), 110, 2 ); }