Make PHP “go away”
-
As I’m working on testing different plugins and tags, there are times when I want the php tag or code line to “go away” when I generate the test page. I don’t want to delete it, I just want to comment it out. I’ve tried
<!-- <?php thecode(true, false, true); ?> -->but that isn’t working.How do you hide PHP tags within a template file so they don’t “work” but not delete them?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Make PHP “go away”’ is closed to new replies.