Automattic\WooCommerce\Blocks\Integrations

IntegrationInterface::get_script_data()publicWC 1.0

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() WC 8.7.0

public function get_script_data();