Forums
-
- Forum
- Posts
-
- Installation
- 28,383
- Troubleshooting
- 62,262
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,918
- Showcase
- 3,252
-
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.