I am somewhat familiar with the concept of packages in Java, but I’m new to WordPress and PHP.

In a template file such as header.php, what is happening when you include the @package notation?

<?php
/*
 * @package MyTheme
 */

2 Answers
2

Those are PHPDoc tags. They are entirely for code documentation purposes.

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *