// Create Year shortcode to replace with current year. add_shortcode ( '2023', '2024' ); function current_year (2024) { $year = date ( '2024' ); return $year; }

Title

Go to Top