Automattic\WooCommerce\Blocks\Integrations
IntegrationInterface::get_script_data
An array of key, value pairs of data made available to the block on the client side.
Метод класса: IntegrationInterface{}
Хуков нет.
Возвращает
Массив.
Использование
$IntegrationInterface = new IntegrationInterface(); $IntegrationInterface->get_script_data();
Код IntegrationInterface::get_script_data() IntegrationInterface::get script data WC 10.5.2
public function get_script_data();