Forums
-
- Forum
- Posts
-
- Installation
- 28,509
- Troubleshooting
- 62,702
- Themes
- 10,431
- Plugins
- 15,372
- Requests & Feedback
- 14,973
- Showcase
- 3,256
-
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.