Pentru fișierul functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Utilizare
Folosiți (anul) în postările dvs.
Pentru fișierul functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Folosiți (anul) în postările dvs.