Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,634
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,257
-
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.