Home / Archive / Year Shortcode
Duplicate Snippet

Embed Snippet on Your Site

Year Shortcode

<10
Code Preview
php
<?php
// Copy the Shortcode in the Insertion box below and paste it wherever you want the copyright symbol + year to be displayed.
// This will output © 2023 or the current year automatically.
echo "&#169; " . date( 'Y' );

Comments

Add a Comment