Comments Jörg Hartgen started the conversationMarch 14, 2021 at 7:24amHello all,is it possible to create a Mysql based table with the user-id of the current wordpress user in the "WHERE" clause of the the query?Is there a variable for the id of the current user?Best regardsJorg 2,572Aleksandar repliedMarch 15, 2021 at 1:42pmHello again JorgSure, you can create a table, and if you have a user ID column in the database table, you can useWHERE userID = %CURRENT_USER_ID% placeholder.Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Hello all,
is it possible to create a Mysql based table with the user-id of the current wordpress user in the "WHERE" clause of the the query?
Is there a variable for the id of the current user?
Best regards
Jorg
Hello again Jorg
Sure, you can create a table, and if you have a user ID column in the database table, you can use
WHERE userID = %CURRENT_USER_ID% placeholder.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables