Forums
(@ivankomlev)
3 months, 3 weeks ago
Hello Joe,
Yes, you can access Custom Tables using $wpdb functions.
Custom Tables are stored as regular MySQL tables, for example:
wp_customtables_table_mytable
where “mytable” is the Custom Table name.
7 months, 4 weeks ago
Thank you.