PHP Get Current Year

The PHP get current year code snippet is useful for keeping the copyright year up to date on autopilot. Works on php webpages such as WordPress.
Get Year PHP Code
<?php echo date("Y"); ?>
PHP Year with copyright symbol
© <?php echo date("Y"); ?>
More
- The no archive meta tag.
- The htaccess 301 redirect.
- Best free HTML editor for Mac.