Home / Admin / Dynamic Year Copyright Shortcode
Duplicate Snippet

Embed Snippet on Your Site

Dynamic Year Copyright Shortcode

Paige Craft
<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