LinkedIn WordPress Skill Quiz Answers

According to WordPress PHP coding standards for inline comments, how would you write a single-line comment in a PHP document?

Latest Update on 31st December, 2021 by Certification Course Answers

According to WordPress PHP coding standards for inline comments, how would you write a single-line comment in a PHP document?

  1. // This is a single line comment
  2. /* * This is a single line comment. */
  3. // This is a single line comment.
  4. <!– This is a single line comment –>

Correct Answer:

  • // This is a single line comment

Latest Updates

No posts found in this category.