File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/store.php.tar
httpdocs/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/store.php 0000644 00000000715 15155453534 0035611 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
/**
* Merge data with the exsisting store.
*
* @param array $data Data that will be merged with the exsisting store.
*
* @return $data The current store data.
*/
function wc_store( $data = null ) {
if ( $data ) {
WC_Interactivity_Store::merge_data( $data );
}
return WC_Interactivity_Store::get_data();
}
/**
* Render the Interactivity API store in the frontend.
*/
add_action( 'wp_footer', array( 'WC_Interactivity_Store', 'render' ), 8 );