Custom SQL queries
-
Is there any ability to use wpdb currently through the API?
$results = $wpdb->get_results( ‘SELECT * FROM my_custom_table’, OBJECT );
If not, would you be looking to extend this plugin to expose the database functions?
- The topic ‘Custom SQL queries’ is closed to new replies.