- // This is a single line comment
- /* * This is a single line comment. */
- // This is a single line comment.
- <!– This is a single line comment –>
Correct Answer:
- // This is a single line comment
According to WordPress PHP coding standards for inline comments, how would you write a single-line comment in a PHP document?
Correct Answer:
Latest Updates
No posts found in this category.