Hey, @rizwan92786 sorry for the inconvenience.
It’s a shortcode [ce_corona],
or you can use it with some attributes like
[ce_corona data_table=false]
for data_table false, now and compareCountry will be false automatically.
[ce_corona now=false]
[ce_corona compareCountry=false]
Widgets and Some other cool features are coming in the next version.
Thanks for use it.
can i use it with php code like this
add_shortcode( 'foobar', 'foobar_func' );
please give an example
Hey, @rizwan92786
if you want to use it via code, then you have to use it like;
<?php echo do_shortcode('[ce_corona]'); ?>
Thanks