I want to have a dynamic "WHERE" clause, selecting only datasets for a distinct user. This user is defined by a membership ID provided by another plugin (Ultimate Membership Pro).
So I need to "nest" two shortcodes:
The Ulimate Membership Pro Shortcodes outcome is the parameter to the wpDataTable shortcode (as var1)
Do you have a code snippet how to update %VAR1% at runtime within a custom-shortcode that is executed before the shortcode to create the table?
Idea:
[ChangeWPT_VAR1] <---- Custom Code Snippet to update VAR1 programmatically
[wpdatatable id=2] --> Call the table
Is there another hook available to update VAR1 in php?
In core of plugin placeholders $wdtVar1, $wdtVar2, $wdtVar3 are set like global variables.
Search in our documentation have some issues with some searching terms and our development team is working on it. On the left side you have sidebar menu where you can access to the all sections.
Hi all,
I have a table based on as SQL query.
I want to have a dynamic "WHERE" clause, selecting only datasets for a distinct user. This user is defined by a membership ID provided by another plugin (Ultimate Membership Pro).
So I need to "nest" two shortcodes:
The Ulimate Membership Pro Shortcodes outcome is the parameter to the wpDataTable shortcode (as var1)
Do you have a code snippet how to update %VAR1% at runtime within a custom-shortcode that is executed before the shortcode to create the table?
Idea:
[ChangeWPT_VAR1] <---- Custom Code Snippet to update VAR1 programmatically
[wpdatatable id=2] --> Call the table
Is there another hook available to update VAR1 in php?
Thanks
Jens
Hi Jens,
Thank you for your purchase.
Sorry for late response.
We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.
You can take a look in our documentation about Actions and Filters which are defined in wpDataTables plugin for customization's by developers.
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Thanks Milan!
That helps a lot!
Do you have the global variables for %VAR1% handy?
Is it possible to do a search in the dev documentation? That's great stuff
Jens
Hi Jens,
In core of plugin placeholders $wdtVar1, $wdtVar2, $wdtVar3 are set like global variables.
Search in our documentation have some issues with some searching terms and our development team is working on it. On the left side you have sidebar menu where you can access to the all sections.
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables