Answer Posted / Kaptan Singh
You can run database queries in WordPress using the $wpdb global variable. However, it is recommended to use pre-built functions like get_posts(), get_users(), etc., when possible, to avoid direct SQL manipulation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers