
Load All WordPress Custom Fields via Database Query
When retrieving information from the WordPress database I prefer to avoid using direct database queries, but there are times in which they can be useful (and it’s important that it’s done right).
One use case in which it might be helpful is when you need to retrieve a set of data of a single type.