Monday, 14 August 2017

WOOCOMMERCE: REMOVE SKU/TAG/CATEGORY META FROM PRODUCT PAGE

Here is hook and you need to add the functional file:

remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40);
add_action('woocommerce_before_single_product_summary', 'woocommerce_template_single_meta', 5);
function woocommerce_template_single_meta()
{
return false;
}

No comments:

Post a Comment

Google Map Filter Api Example

Here is Google Map Filter Api Example: