Sat Mar 16 2024 18:56:59 GMT+0000 (Coordinated Universal Time)
Saved by @Y@sir #current-year #current-date
function current_year_shortcode() { $current_year = date('Y'); return $current_year; } add_shortcode('current_year', 'current_year_shortcode');
#current-year #current-date
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments