WC_WCCOM_Site_Installation_Step_Move_Product::maybe_connect_theme()
Connect to wccom if installing a theme
Метод класса: WC_WCCOM_Site_Installation_Step_Move_Product{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->maybe_connect_theme();
Код WC_WCCOM_Site_Installation_Step_Move_Product::maybe_connect_theme() WC WCCOM Site Installation Step Move Product::maybe connect theme WC 9.8.2
protected function maybe_connect_theme() { if ( 'theme' !== $this->state->get_product_type() ) { return; } WC_Helper::connect_theme( $this->state->get_product_id() ); }