Funktiot.php-tiedostolle:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Käyttö
Käytä (vuosi) viesteissäsi.
Funktiot.php-tiedostolle:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Käytä (vuosi) viesteissäsi.