Shortcode Year
Shortcode Year [year]. Simple and basic.
// Shortcode Year [year] function show_year() { $year = date('Y'); return $year; } add_shortcode('year', 'show_year');
Shortcode Year [year]. Simple and basic.
// Shortcode Year [year] function show_year() { $year = date('Y'); return $year; } add_shortcode('year', 'show_year');