Office Hours: Mo-Fr: 8:00-19:00 | Sa: 8:00-14:00

Basic Shortcode

Every pricing table has a unique shortcode:

[premium_pricing_table id='123']

Find it in the table editor after publishing.

Shortcode Parameters

Table ID (Required)

[premium_pricing_table id='123']

Highlight Column

Override which column is highlighted:

[premium_pricing_table id='123' highlight='2']

Hide Elements

[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']

Custom Classes

[premium_pricing_table id='123' class='my-custom-class']

Multiple Tables on One Page

Add multiple shortcodes:

[premium_pricing_table id='123']

Compare Plans

[premium_pricing_table id='456']

Using in PHP Templates

<?php echo do_shortcode('[premium_pricing_table id="123"]'); ?>