Introduction Shortcode Use

Use this shortcode to add the calendar with year view: [add_eventon_yv]

You can also use the variable fixed_year to show a different year than current year.
eg. [add_eventon_yv fixed_year='2020'] - this will show the year of 2020.

Other variables that work with this shortcode are can be found from shortcode generator.

Php template tags

<?php
if(function_exists(add_eventon_yv)){
add_eventon_yv($args);
}?>