Overview
- Go to your theme directory and Open
functions.php
in your child theme folder - Enter the below code
add_filter( 'woocommerce_order_item_permalink', '__return_false' );
Save file and refresh your page to check!
functions.php
in your child theme folderadd_filter( 'woocommerce_order_item_permalink', '__return_false' );
Save file and refresh your page to check!
To customize your LinkedIn URL, follow these steps: Note: Your custom URL can only contain letters, numbers, and hyphens, and can’t include spaces or special
This tutorial will be interesting as we look at how to build a WordPress theme from scratch. We’ll start with 0 files and 0 lines