Для файлу 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');
Використовуйте (рік) у своїх публікаціях.