Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
test
/
wp-content
/
plugins
/
woocommerce
/
src
/
Blocks
/
Interactivity
:
client-side-navigation.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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' );