PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
Blocks
/
Interactivity
<?php /** * Print client-side navigation meta tag (hard-coded for now). */ function woocommerce_interactivity_add_client_side_navigation_meta_tag() { echo '<meta itemprop="wc-client-side-navigation" content="active">'; } add_action( 'wp_head', 'woocommerce_interactivity_add_client_side_navigation_meta_tag' );
[+]
..
[-] scripts.php
[edit]
[-] class-wc-interactivity-initial-state.php
[edit]
[-] initial-state.php
[edit]
[-] load.php
[edit]
[-] client-side-navigation.php
[edit]
[-] error_log
[edit]