HomePage › Forums › Themeforest › Organey – Organic Food WooCommerce WordPress Theme › Product Category – product sorting and brands › Reply To: Product Category – product sorting and brands
February 16, 2022 at 10:55 pm
#5367
Hi again,
#1. Please check and send Admin web account for me, I need to check your site.
#2. Please add this custom code to file functions.php ( child-theme):
add_action('init', 'organey_fnc_custom_code', 999);
function organey_fnc_custom_code(){
remove_action('woocommerce_share', 'organey_social_share', 10);
}
- This reply was modified 2 years, 11 months ago by Supporter.