Submit
Path:
~
/
home
/
getwphos
/
www
/
techniquetechs
/
wp-content
/
plugins
/
woocommerce
/
src
/
Blocks
/
Interactivity
/
File Content:
initial-state.php
<?php /** * Merge data into the state with the given namespace. * * @param string $namespace Namespace. * @param array $data State to merge. * * @return array The current state for the given namespace. */ function wc_initial_state( $namespace, $data = null ) { if ( $data ) { WC_Interactivity_Initial_State::merge_state( $namespace, $data ); } return WC_Interactivity_Initial_State::get_state( $namespace ); } /** * Render the Interactivity API initial state in the frontend. */ add_action( 'wp_footer', array( 'WC_Interactivity_Initial_State', 'render' ), 8 );
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
class-wc-interactivity-initial-state.php
1440 bytes
0644
client-side-navigation.php
315 bytes
0644
initial-state.php
583 bytes
0644
load.php
106 bytes
0644
scripts.php
1901 bytes
0644
N4ST4R_ID | Naxtarrr