I have a wpdatatable defined with a SQL statement that requires parameters to be passed in. How do I pass parameters to this wpdatatable with the wpdatable_cell call?
This is the statement I'm using but I need to pass a first name and last name to the table 10 query.
I have a wpdatatable defined with a SQL statement that requires parameters to be passed in. How do I pass parameters to this wpdatatable with the wpdatable_cell call?
This is the statement I'm using but I need to pass a first name and last name to the table 10 query.
[wpdatatable_cell table_id=10 row_id="1" column_key="Owe30" sort="1"]
Thanks