Årskortkode - CSS-tricks

Anonim

Til filen functions.php:

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

Anvendelse

Brug (år) i dine indlæg.