COPY CODE
add_action( 'init', 'wooDescrioption', 10 );
function wooDescrioption() {
remove_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 31 );
remove_action( 'woocommerce_after_single_product_summary', 'kleo_woocommerce_output_related_products', 20 );
add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
add_action( 'woocommerce_after_single_product_summary', 'kleo_woocommerce_output_related_products', 20 );
}
This no longer seems to work, the function doesn’t remove the info to the right of the product image.
Attachments:
You must be
logged in to view attached files.