This is a built-in template used each time you create a new WordPress main plugin file while creating new project of
WordPress Plugin type. The template is editable. Along with PHP statements, expressions and comments you can also use the predefined variables listed below. Every variable will be expanded like macros into the corresponding value. By means of the #parse directive, you can include templates from the Includes tab by specifying the full name of the desired template as a parameter in quotation marks. |
Predefined variables will take the following values: | ||
|
current plugin name derived from directory name | |
|
current file name | |
|
current user system login name | |
|
current system date | |
|
current system time | |
|
current year | |
|
current month | |
|
current day of the month | |
|
current hour | |
|
current minute | |
|
current IDE name | |
|
current project name | |
|
Dollar sign, evaluates to a plain '$' character. |