pricing_templates(); } ); } public function add_custom_meta_boxes( $post_type, $post) { if( $post_type != 'wppt_pricing_table' ) return; add_meta_box( 'wppt-shortcode', __( 'Shortcode', 'wppt' ), array( $this, 'render_shortcode' ), $post_type, 'normal', 'default' ); add_meta_box( 'wppt-table-template-list', __( 'Templates', 'wppt' ), array( $this, 'render_pricing_table_template_list' ), $post_type, 'normal', 'default' ); add_meta_box( 'wppt-table-settings', __( 'Pricing Table', 'wppt' ), array( $this, 'render_pricing_table_panel' ), $post_type, 'normal', 'default' ); } public function render_shortcode( $post, $metabox ) { ?>


Pricing table data