Wordpress filters and shortcodes

<?php
remove_filter('the_content', 'wpautop');
echo apply_filters('the_content',do_shortcode('[add_to_cart='.$product_id.']'));
?>

Article Type

General