Plugin Variables

Posts under the "Plugin Variables" category

WordPress user ID in SQL

WP Data Access adds a session variable containing the WordPress user ID to its database connections. This allows plugin users to access the WordPress user ID in SQL queries, database views, triggers, functions and procedures.Open the Query Builder and enterThis...

Environment variables

App BuilderThe following environment variables can be used in the App Builder @wpda_wp_user_id WordPress user ID @now Current date (+ time) now() Current date Notes Variable @wpda_wp_user_id in default where (Table Builder) Variable @now as default value in the Form...