Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Skipping code in .php files and CSS.


chrishajer
Participant

@chrishajer

For a single line of PHP, you can just do this:

// echo $phone;

And that single line will be commented out. If what you’re commenting spans more than one line, use the /* commented code */ method.

Skip to toolbar