• Can Insert Code be used to insert PHP code, ie:

    <?php
    remove_filter(‘the_content’, ‘wptexturize’);
    ?>

    (This would let me disable wptexturize on certain pages’ content without having to modify my theme. Wouldn’t it?)

  • The topic ‘PHP code?’ is closed to new replies.