Adding a ‘featured’ filter to WooCommerce products screen
As usual add this code to your functions.php Filtering only featured products comes in handy in several scenarios especially reordering them
As usual add this code to your functions.php Filtering only featured products comes in handy in several scenarios especially reordering them
Here is the script its pretty self-explanatory on its own. Will expand on it later
Sometimes WooCommerce notices get stuck for different reasons, but we’ve had this particular woocommerce notice persisting in more than one woocommerce sites. To get rid of this “Critical vulnerabilities in WooCommerce” notice you have to set the notice to “actioned”. In order to that, you can either go to phpMyAdmin and do it manually like…
As usual add it to your functions.php and adjust as needed