Im planning to make a private api and i was wondering which one should i use go for my datas.
- wpdb & get_row with my custom sql
- regular wp_query & get_post_meta()
Im wondering if it’s better to create a custom table & used wpdb/get_row or just use create a custom post type & post meta instead.
Im newbie at this so i wanna know which one from the two would be faster??