AI Verified

Name

Create [year] Shortcode to Display Current Year

Language

PHP

Rating

Voted: 2 by 2 user(s)

Codevault

Abundant-Designs

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: 6.1

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

Website/ Profile URL:

https://www.abundantdesigns.com

History

Last modified:

11/09/2024

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

Create [year] Shortcode to Display Current Year

 
                    
1add_shortcode( 'year', function () {
2 return date_i18n ('Y');
3} );

2

Comments

  • AS

    2 weeks ago

    it works , less code than mine . 
    thanks.

Related Snippets

Please see some snippets below related to this snippet..

General

Unverified

0

DORIS

Added: 2 months ago

Last Updated: 2 months ago

D

General

Unverified

0

Elementor Gradients Headings

Added: 1 year ago

Last Updated: 11 months ago

CSS Code for background gradients on headings in Elementor

General

Unverified

0

Rajasthan History Quiz 1

Added: 5 months ago

Last Updated: 5 months ago

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

General

AI Verified

General

AI Verified

2

Create [year] Shortcode to Display Current Year

Added: 1 year ago

Last Updated: 5 days ago

WooCommerce

Unverified