AI Verified

Name

Current Year Shortcode

Language

PHP

Rating

Voted: 0 by 0 user(s)

How to Setup Snippet

Insert the shortcode [current_year] into the text widget where you want the year to appear. It is not necessary to have Elementor Pro.

Codevault

tophercris_

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.4

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.

History

Last modified:

17/01/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

Current Year Shortcode

 
                    
1function add_current_year_shortcode() {
2 return date('Y');
3}
4add_shortcode('current_year', 'add_current_year_shortcode');

0

Related Snippets

Please see some snippets below related to this snippet..

Elementor

Unverified

0

Croccoblocks Megamenu overflow issue for full screen on mobile/tablet

Added: 4 months ago

Last Updated: 4 months ago

This simple bit of CSS Code solves the frustrating issue of overflow (sideways scrolling) for mobile devices on the Croccoblocks mega menu when it is set to full-screen.

Elementor

Unverified

1

Off-Canvas-Widget-Anchors

Added: 2 weeks ago

Last Updated: 2 weeks ago

Ensure the New Off Canvas Widget closes when you click on a Same Page Menu Anchor

Elementor

AI Verified

0

Elementor author posts with UAE Posts widget

Added: 1 year ago

Last Updated: 1 year ago

Display posts of only the current author archive using Elementor and "Unlimited Addons for Elementor" Posts widget

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

Elementor

AI Verified

0

Current Year Shortcode

Added: 5 months ago

Last Updated: 5 months ago