Can I insert Tax Toggle with PHP or Shortcode?

Inserting the toggle by PHP and Shortcode are both possible.

The shortcode is: 

[wootax]

The shortcode has no options.

To insert in to your theme with PHP, you can use either the shortcode:

<?php echo do_shortcode('[wootax]'); ?>

or use the PHP function:

<?php echo woo_tax_output(); ?>

Article Details

Article ID:
3
Rating :

Related articles