Home / Widgets / Current year
Duplicate Snippet

Embed Snippet on Your Site

Current year

Shortcode for inserting the current year into a post or page.. This is a sample snippet. Feel free to use it, edit it, or remove it.

Code Preview
php
<?php
<?php echo date( 'Y' ); ?>

Comments

Add a Comment