comments_where Hook
Is there a similar replacement of the hook posts_where for comments (WP_Comment_Query
)?
I need to modify the where clause for a comments query like it is shown in this tutorial (“4. Sub custom field values”) for posts.
The only hook I found is comments_pre_query, but the property $query-meta_query_clauses[ 'where' ]
is protected.
Topic wp-comment-query advanced-custom-fields comment-meta comments custom-field Wordpress
Category Web