Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
// Shortcode to display the current year function current_year_shortcode() { return date('Y'); } add_shortcode('current_year', 'current_year_shortcode');
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!