acf_pro::init_hpos_integration
Initializes the ACF WooCommerce HPOS integration.
Метод класса: acf_pro{}
Хуков нет.
Возвращает
void. Ничего (null).
Использование
$acf_pro = new acf_pro(); $acf_pro->init_hpos_integration();
Список изменений
| С версии 6.4 | Введена. |
Код acf_pro::init_hpos_integration() acf pro::init hpos integration ACF 6.8.8
public function init_hpos_integration() {
acf_new_instance( 'ACF\Pro\Meta\WooOrder' );
acf_new_instance( 'ACF\Pro\Forms\WC_Order' );
}