Disabled all plugins and re-enabled only the necessary ones for this plugin to run correctly (a custom-post-types & custom-taxonomies plugin). Re-activated the plugin and got the error message but with a detail that the line 128 had a semicolon in it. As this was a function being called to get the ID of the element in an array, it should have been followed by a , rather than a ;. Changed this, and activated the plugin successfully.
Moral of the story: Try deactivating plugins that may be interfering with error display & if the error display appears clearly.
Related Posts:
- Display List Of Posts Containing a Relationship Field Value [ACF]
- Using OR conditions in meta_query for query_posts argument
- ACF Relationship Field Search Filtering [closed]
- ACF datepicker meta_query Compare Dates in m/d/Y g:i a – Not in Ymd Format
- WP Cron and wp_insert_post
- WordPress meta_query and order by custom field
- meta_query with array as value
- Add a default meta_value to new posts
- WP_QUERY returns empty set when fired from a WP-CRON scheduled event
- Minimising number of queries on a page when using Advanced Custom Fields
- Query Posts depends on custom field inside repeater field using acf
- ACF Relationship + WP Template Parts
- ACF – Get lowest & highest value from field
- If two first numbers exist in wp_meta_query value
- WP_Query meta_query >= date
- How To Fix WP Query Returns Results But Shouldn’t?
- ACF Date Based wp_query
- Multiple taxonomy And acf filter group by
- Custom query based on meta key – Reduce three states to two in results?
- Include custom field in Ajax search WordPress
- What is the random string I am seeing when I use get_query_var?
- Any number in meta key (wp query)
- How do I run through a WordPress loop called from a filter function?
- How can I display a custom field from all posts and order them individually from their parent post
- How to use external API content in place of WP posts using $wp_query?
- Is there a way to work with a specific the_field from an already queried post? [closed]
- How to Union two different conditions in one WP_Query
- Multisite wp_query & switch_to_blog issue
- Get all fields inlcuding “ACF” (Advanced Custom Fields) columns in wp_query
- WP_Query with meta_query dosen’t return results
- wordpress ajax relationship query
- Is there a better way to pull in custom content without querying posts?
- Include post content of linked posts in search
- WP User Query with Custom Fields and Search Results
- ACF accessing a field from the query, but not in post
- filter wp_query result with custom field values
- How to make posts unqueryable/unpublish posts where ACF relationship field is an unpublished post? [closed]
- Merge 2 custom post type posts and taxonomy terms and sort ascending
- Add ACF field in a query
- Expecting statement error from php loop using ACF plugin
- Create one-use post dynamically, add to main query, do not insert post (user profile view)
- Get a list of ACF Repeater-Fields as array
- WordPress dynamic AJAX query
- Deleting terms from the WordPress wp terms table
- WP Query orderby ACF boolean values and ACF field value
- How to search by slug and old slug in single API
- Order WP_Query by meta_key priority when ‘OR’ relation used for multiple meta values
- Multi-layered WP_Query
- Oxygen Repeater Advanced Query
- ACF: How to query for a given value count of an array like field? (e.g.: How many rows has a `flexible_content` field?)
- Nearby locations using Advanced custom fields, maps?
- WP_Query for distinct meta values
- Group Product Types
- WPQuery Date and ACF
- Excluding posts from search results page with meta query not working
- Populate select list with meta values from all posts of a Custom Post Type
- Form checkbox value going to dynamic URL
- ACF: How can I publish values of ACF fields in a loop while using wp_query?
- wp_set_object_terms() custom taxonomy not working correctly when using insert post
- WP Query by variable custom field
- create custom shortcode wp and put php code in
- Query for getting posts with their custom fields data in WordPress
- Why does my output of get_the_ID() change after a wp_query?
- How to get taxonomy image attached to a Post Type WordPress
- How to rearrange posts based on input field values added by WordPress “Advanced Custom Fields”
- WP Query with meta queries
- Custom query showing all acf field values instead of the one searched
- wp_insert_post with ACF Fields and WP Meta Query returns no rows until update
- WP_Query, ACF field and array
- cron job for custom post type not working since WordPress 5
- Pre get posts sort by meta key returns no results if meta key does not exist
- How to query wordpress with array of meta_values?
- ACF query-pass field value
- Slow wp_posts and wp_postmeta query using Advance Custom Fields
- Limit default Search query to post_title
- Query string order by custom field
- Updating an intensive wp_query result once daily
- Get posts meta_query by repater field
- How can I modify standard search query to include also ACF custom fields values?
- Wrap group of wp query posts to parent div by date/year
- Order Posts By Youtube Views
- Object of class WP_Query could not be converted to int inside shortcode
- WordPress: Cron locking and Queue
- How to Insert data with wp cron
- WP_Query within save_post doesn’t include the item that triggered the action?
- Issue in If else condition [closed]
- Can’t get the_content to show
- Geo location query inside wp_query?
- The sorting of posts by a meta_query with two keys fails while separated as single queries it works
- Get the type of an advanced custom field (ACF) in a WP_Query loop [closed]
- Display all custom meta field values from the database using ACF Repeater
- Output ACF field dynamicaly within a taxonomy loop [closed]
- Get posts using multiple values from ACF checkbox as meta query wordpress
- I want to place a post before all others from an ACF boleen field
- How do I subquery with custom meta fields?
- Use value from meta key array for use in WP_Query
- WP_query shortcode inside acf Repeater breaks the repeater loop
- How to use meta_query to retrieve posts from multiple custom post type
- WP_Query filtering in ACF field containing dates
- Include custom post type that matches taxonomy field in another custom post type