Recent | Popular
#current-year #current-date
function current_year_shortcode() { $current_year = date('Y'); return $current_year; } add_shortcode('current_year', 'current_year_shortcode');
Sat Mar 16 2024 18:56:59 GMT+0000 (Coordinated Universal Time)