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.
Method of the class: IntegrationInterface{}
No Hooks.
Return
Array
.
Usage
$IntegrationInterface = new IntegrationInterface(); $IntegrationInterface->get_script_data();
IntegrationInterface::get_script_data() IntegrationInterface::get script data code WC 9.4.2
public function get_script_data();