The problem is that the plugin uses a function available in WordPress 4.4 and you probably have a lower version.
Now to get you out of trouble, you could use FTP to reach your site’s files, navigate to wp-content/plugins/
and rename the directory of the troublesome plugin. This would force it to be deactivated. Now you could update your WordPress version to the latest and greatest (I highly recommend this), and then your plugin should work without a hitch.
Related Posts:
- How to print the excuted sql right after its execution
- Find out total number of pages in global query on archive page?
- Resetting post data to previous loop in nested loops
- Order by multiple meta key and meta value [closed]
- Is it possible to completely stop WP_Query retrieving posts?
- Pagination returns 404 after page 20
- Make a WP Query search match exactly the search term
- Make loop display posts by alphabetical order
- WP_query to get the first two latest posts, then another loop to get the next three
- Displaying several specific pages using WP_Query()
- WP_Query by Category Name
- WP-CLI How to generate a list of posts with corresponding meta values
- Query to return maximum of one post per author
- Get attachment by slug
- Warning: urlencode() expects parameter 1 to be string, array given
- Group posts by custom field
- How to get the posts published in last two days using WP_Query?
- getting posts and number by specific meta value in multiple meta
- All sticky posts are returned in custom query
- Get attached media only
- If orderby parameter using pre_get_posts is the same for multiple posts what fallback does the query use?
- Can not switch the queried post in pre_get_posts hook
- how to fire join query with post_meta
- Why use JSON API to display recent posts?
- SELECT * FROM $wpdb->posts WHERE ID > 160
- Pagination problem after WP_Query with tag filtering
- Custom Loop in Page Admin Causing Other Fields to Fail
- Pagination stops at page 6
- How to limit total number of posts in wp query loop?
- Get list of terms that have posts in another term
- WP_Query with Metavalue
- Get data of all posts of a query before pagination
- Custom query for sidebar isn’t returning results
- How to vary post loop results layout and resume?
- Using Ajax to load more posts | Help me change the wording on my button to notify the user
- Adding an array from a query string to a WP meta_query
- WordPress add_rewrite_rule() cannot visit lower url levels
- Get a post from other loop each n-posts in the main loop
- WP_Query() and get_posts() can’t handle over a thousand posts?
- Sort by price woocommerce by ID post_meta
- Using Advanced Custom Field for file upload, how do I load the file url
- Retrieve posts using thumbnail id as meta key
- Which is faster wpdb & get_row or wp_query & ge_post_meta?
- Modify Search Query if original Query gave no results
- How to cache wp_query with pagination using transients?
- Problem with WP_query
- Why is WP_Query not displaying expected data?
- Filter post query to only show direct children of category
- Highlight current post title on a page
- Why won’t draft listings appear for non-admins?
- My WP_Query didn’t work after upgrading to WordPress 3.2
- meta queries do ‘either/or’ checks
- has_excerpt() not working inside wp_query
- Apply query arguments after the nth post
- How to properly use AND / OR in custom search
- Get post and its children with WP_Query
- Get every post with value in meta key
- Using get_posts to get posts based on a checkbox value with Advanced Custom Fields
- Searching by title, content and custom taxonomy
- How to get posts by category and by choosing a taxonomy term?
- Paging + WP Query
- Getting the permalink to the latest post from a category
- How to restrict search on a certain page to only return results against custom taxonomies?
- Paginate pages with dynamic query
- WP_Query loop doen’t work with my custom taxonomy
- Deleting terms from the WordPress wp terms table
- In a WP_Query can I force the results’ is_singular() to be set to false?
- My combination of ‘post_type’ and ‘tax_query’ not working?
- Order (by ASC) posts with meta_key so posts without values are last
- Query pages created by deleted users
- how to include orderby value that is empty?
- Get posts that match defined arrays of tags
- WordPress live search and filter
- Why can my filter query SOME metadata but not other metadata?
- The query show user list orderby count published posts in last month
- WordPress – Form does not filter the results of taxonomies
- How can I use WP_Query to sort ‘event’ custom post type by date?
- Show posts from categories instead of tags
- Sorting Posts by Taxonomy thats not within the query’s $args
- Order Posts By Custom Field That is an array of objects
- Rewind posts then show only first post
- Ordering Posts by parent category, name ascending
- Why is $wp_query fetching nothing?
- How to query post into a complex slider
- WP_Query Sorting Posts by month … timeline effect
- Pagination With Custom WP Query not functioning
- My class function is not seeing GET url paramaters
- Adding css tweak based on page template
- how do i remove plusone js from WP? [closed]
- First post outside of loop, homepage only?
- Filtering product search results using tags
- How to retrieve _embed (etc) fields in get_posts custom query?
- Using ‘meta_query’ with the ‘pre_get_posts()’ hook disables searching for post titles
- Woocommerce set loop_shop_columns to be 3 in the main shop page loop only and 4 otherwise
- Get posts using multiple values from ACF checkbox as meta query wordpress
- Display post format post in the sidebar
- How to save the results of a query as a php file for an autocomplete search bar
- Why ignore_sticky_posts argument is in sticky post query?
- WP Query returning all posts when Meta_query is null
- Is there another way to retrieve a post_id from post_meta other than a SQL query?