I hope you will pull the code from here.
Now you have table id
get_option('table_press' .$table_name ."_". $table_id);
so you can chage shortcode id dynamiclly using do_shortcode().
Related Posts:
- update a post meta from a single table cell TablePress
- Metabox not show in categories custom post type cmb2
- echo value from ‘select’ field type into page template using cmb2?
- How do I remove all the metaboxes for a custom post type?
- Get all posts from custom post type and insert in select input as metabox
- Detect meta value changes when post is updated (post_updated)
- Having trouble with custom post type / meta box
- How can I include meta box content when searching?
- Custom Meta Boxes – Nonce Issue – Move to trash issue
- Displaying Meta Box Image
- How to keep a check box in custom meta box for custom post type checked by default for add new post?
- How to add multiple featured image in meta box in post editor?
- Show metabox in custom-post-template depending on taxonomy term?
- Formatting custom meta box date from YYYY/MM/DD to a more readable alternative
- Displaying custom posts only if custom meta box’s date is not expired
- Displaying Metabox value (custom post type taxonomy)
- Hide Meta Boxes for Non-Admins
- How can I display my custom metaboxes on a custom post template?
- Meta Box Only in CPT Edit Page, Not in Add New
- get_post_meta is returning image id
- dynamically generating plugin syntax
- Populate Custom Fields in a Custom Post Type?
- Custom meta box data array: foreach not working correctly?
- Undefined Variable – Custom Post Type Meta
- Populate dropdown from one custom post type inside another custom post type
- How to check if user meta field is empty in conditional else statement
- Custom Post Types. Are there any disadvantages/advantages in using a plugin to develop them?
- A better way to add a meta box to custom post types
- Show Custom Post Type meta boxes only on Page Edit
- How to Add multiple instance of meta box to custom post type
- Can’t publish custom post type – “You are not allowed to edit this post.”
- Custom fields for custom post type
- Meta Data for Custom Post Type not saving
- Custom post type, have only my meta boxes
- create custom meta box with default value
- Create metaboxes based on custom post type
- Displaying a div from an assigned meta_value when on a page
- How to Echo Metadata Value in Currency Format
- Issue on Working with Metabox – Checkbox to enable Sale Items
- Why do I have to press the “Update” button twice to save my meta box values?
- Adding custom meta boxes to specified custom post type
- Values from meta-box not on $_POST
- Custom post type suddenly stoped working after WordPress 5 update
- CMB2 metabox create select with list of post from CPT
- How can I output WPAlchemy repeating fields meta values in my page template?
- Meta box data is saved but NOT displayed in the meta box text field. Why?
- How can I modify a custom post type and custom page template for a child theme if all content seams to be handled by theme’s ‘native’ plugin?
- Save Metabox Custom Field Value
- Meta box data not saving
- WP_Meta_Query object with conditionals
- Related posts meta_query CPT
- Meta box with front-end styling
- Sanitaizing Select Optin For Custom Post Type Metabox in WP
- How to retrive Custom Post Type Meta Fields in Custom WP_Query
- Cannot Save MetaBox Data in Custom Post Type
- Add a class to post_class if more than one post shares same meta_value_num
- Function to return values from metabox
- Add a meta field to the list of results for a custom post type
- Empty meta-box returns publishdate if no value is set?
- Custom Meta Box with variable number of fields
- Custom Post Type meta data getting deleted on bulk editing taxonomies
- Multiple useres editing specified content
- Get meta values from parent post and save in child post
- Simple Data picker meta box
- Metaboxes in Loop
- Custom meta box data not saving
- Populate metabox dropdown with post title from another Custom Post Type (issues with wp_reset / global $post)
- Collect custom post in a calendar
- Delete custom post type metadata without deleting the post in admin area
- Problem with ‘save_post’ hook not running
- Edit post meta direct from post.php?
- Howto: use existing post_meta as options for a different metabox (checkboxes or list)
- Display a post count from a custom metabox selection
- Extending a CPT by Created by another plugin
- Post AND page parameter for WP function
- Use a Variable in update_post_meta as the $meta_key
- Help Creating a Slideshow Custom Post Type with Custom Meta Boxes?
- How to force one column layout on custom post type edit page?
- Custom Post Type – Taxonomy Dropdown Menu?
- How to add multiple images to custom post type?
- Creating a Custom Post Types dropdown in a Meta Box
- WordPress Admin Panel search posts with custom post meta values along with title
- How to: add option to add more checkboxes on custom post type
- A good strategy to print custom posts (offer) that are checked inside the metabox of a post?
- How to set YouTube video as featured image?
- Widget: Custom Post Type Post Listing Dropdown on Admin Side
- Custom Post Type + Categories
- Using preg_replace to filter custom textarea
- How to add editable/dynamic values to dropdown of a Custom Post Type Meta Box
- How can I display a drop-down select of Post Names
- WP_Query of custom post type sorted by meta_key has unexpected results
- List of all posts in one custom post type in the edit screen of another
- Filter search posts by post meta?
- Attaching more than 1 parent (Post) to a media file
- Order posts by meta value hiding posts instead of re-ordering
- custom search results – order results differently by post type
- How to display all custom fields associated with a post type – IN THE ADMIN AREA?
- Add multiple custom meta boxes to different custom post types
- Custom Form Data save after Login User
- Woocommerce product page is not showing custom css [closed]