Dla pliku functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Stosowanie
Użyj (rok) w swoich postach.
Dla pliku functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Użyj (rok) w swoich postach.