I agree with @Simon Blackbourn, but for arguments sake, here’s one technique:
$data = get_user_meta( $user_id );
$data = wp_list_filter( $data, array( 'ive-read-this' ) );
$keys = array_keys( $data );
Related Posts:
- How can I create a meta_query with an array as meta_field?
- How can I query all users who registered today?
- WordPress creating excessive joins on meta_query with search
- How to display liked posts of current user in wordpress?
- How can I apply a meta query for a single custom post type in the main query?
- Select User by Joining Multiple Meta Value Results
- How do I find if a page has a template?
- How to check current user in meta value array in WP_Query meta_query
- Query metas (and not : query posts by metas)
- How to orderby multiple meta fields with another meta query
- Plugin will sort users by usermeta
- Query returning same results even though the ID changes
- Problem when try to add ++1 for user meta
- Order by meta value pro first then meta value free in my search function
- get_users with array as meta_value
- How to exclude posts for current user
- Query Nickname rather than Display Name in custom Woocommerce plugin
- get_post_meta with WP_query
- WordPress Mysql query and Duplicate
- Combining two meta_values within one row with query
- How to “orderby” the first array in a meta_query that uses multiply keys?
- meta_query not working
- How to do WP_User_Query for Nested Array value Inside Nested Array field
- WordPress query: merge meta key (number) values and sort
- Restrict WordPress search to a single ACF field
- How to do a sql like query on serialized data of user meta data
- Is there any way to get all custom posts and all custom terms with it’s meta in few queries?
- Fastest and most efficient SQL query to check if UID exists
- Query Posts that have or don’t have a meta_value and order by the same ASC
- Querying users by meta value and getting a strange answer
- What is the best way to query posts based on live data?
- Update vs Insert logic but the last key is always inserted?
- WP_Query orderby meta key/value suddely stopped working
- Meta Query compare with LIKE pulls similar post types: 55 and 155, and 1,155
- Sort users in admin screen by meta value whether it exists or not
- How to display SQL query that ran in query?
- Query multiple meta key values?
- How to Optimize WP site for millions of posts
- How to get comments by post ID?
- Differences between wpdb->get_results() and wpdb->query()
- Is there a way of increasing the speed of this query?
- Get all image from single page using this query
- Get Terms by IDs with IDs order
- Reversing the order of posts AFTER the query is performed
- what are the numbers between curly brackets in search query
- simple sql query on wp_postmeta very slow
- Using WordPress public query variables
- How to Use Wildcards in $wpdb Queries Using $wpdb->get_results & $wpdb->prepare?
- When/why does ‘$query->get( ‘tax_query’ );’ return empty?
- Changing the meta_query of the main query based on custom query_vars and using pre_get_posts
- Meta Query with AND & OR?
- How to get link and title of next and previous post on single page
- Create pagination and order according to alphabet
- wpdb get posts by taxonomy SQL
- How to List Events by Year and Month Using Advanced Custom Fields?
- Is there any difference between hooks posts_where with posts_join and posts_search performance wise?
- Custom WP_Query order by post_meta and (author) user_meta
- wordpress query – orderby child post date
- Query WooCommerce orders where meta data does not exist
- How many WordPress SQL Queries per page?
- How to display Section for certain time
- Add multiple value to a query variable in WordPress
- Search custom post type by meta data
- Custom query_var causes displaying posts archive on front page
- Slow wp_enqueue_media()
- Multipart/formatted MySQL query problem
- Custom Queries: Joining On Meta Values From Two Custom Post Types
- What is the most efficient way of implementing a favorite post system?
- Remove [gallery] shortcode altogether
- Compare two numeric custom fields
- wp_dropdown_categories with multiple select
- Advanced Custom Fields – Query Efficiency
- Why does get_the_time(‘F j’) return November 30 for all posts?
- WP_User_Query with combined meta query – not working?
- Query by one meta_key and sort by another (possibly NULL value)
- How to tune search argument in WP_Query to show only exactly the same results?
- Perform query with meta_value date
- Custom query filter not working on woocommerce category page
- How to delete a transient on post/page publish?
- Combining Meta_Query key values for one array
- How to add follow functionality to multi-author wordpress site?
- Search multiple meta keys at once
- Very slow query
- query multiple taxonomy and show post count
- Search Terms – Querying on either description__like OR name__like in the same Term Query?
- Finding all results from database within 500 miles of the given latitude and longitude [closed]
- Query & Sort Comments by custom comment meta
- Plugin that would allow WordPress Authors to “follow” other Authors and query “Activity Info” from that
- How to get my loop to pull posts into three columns
- SQL query equivalent to WP User Query
- How to display lastest post date in the homepage?
- Custom $wpdb Query for Custom Post Type by Category
- Get a user’s most recent post title
- Categories and products in random order
- add_query_arg() XSS Vulnerability
- Count user posts by user ID, Post type and Post status
- Can’t pass table to $wpdb->prepare
- Query set using tax_query with relation ‘OR’ modifies category object?
- $query->query_var[‘post_type’] not set for pages
- is_archive() doesn’t work on public query var archive pages?