Для файла functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
использование
Используйте (год) в своих сообщениях.
Для файла functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Используйте (год) в своих сообщениях.