Every pricing table has a unique shortcode:
[premium_pricing_table id='123']Find it in the table editor after publishing.
[premium_pricing_table id='123']Override which column is highlighted:
[premium_pricing_table id='123' highlight='2'][premium_pricing_table id='123' hide_prices='true']
[premium_pricing_table id='123' hide_buttons='true']
[premium_pricing_table id='123' hide_features='5,6,7'][premium_pricing_table id='123' class='my-custom-class']Add multiple shortcodes:
[premium_pricing_table id='123']
Compare Plans
[premium_pricing_table id='456']<?php echo do_shortcode('[premium_pricing_table id="123"]'); ?>