Pre súbor functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Využitie
Použite (rok) vo svojich príspevkoch.
Pre súbor functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Použite (rok) vo svojich príspevkoch.