Mã ngắn năm - Thủ thuật CSS

Anonim

Đối với tệp functions.php:

function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');

Sử dụng

Sử dụng (năm) trong bài viết của bạn.