If you are trying to get an array of records that match a select statement using wpdb->get_row(), I’m afraid you are going to be disappointed. $wpdb->get_row() only returns a single row when you are using it to retrieve records from a WordPress database. Return Multiple Rows with $wpdb->get_results() However, if you would like to retrieve…