Shortcode from child theme doesn’t work
-
Hi,
I added shortcode in my (child’s) functions.php:
add_shortcode (‘year’, ‘year_shortcode’);
function year_shortcode () {
$year = date_i18n (‘Y’);
return $year;
}
And I used it [year] in footer widget in custom HTML section.
…But on the website that shortcode doesn’t transform into a year.Kasia
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Shortcode from child theme doesn’t work’ is closed to new replies.