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.

Method of the class: IntegrationInterface{}

No Hooks.

Return

Array.

Usage

$IntegrationInterface = new IntegrationInterface();
$IntegrationInterface->get_script_data();

IntegrationInterface::get_script_data() code WC 9.4.2

public function get_script_data();