Ok, so you’ve updated the plugins and themes and the error shows up.
This error means that you try to use function that no longer is defined.
Most probably it was defined in a plugin and the newer version changed its API. And your theme (or some other plugin) is still using the old API.
So how to fix that?
- Download your code.
- Search for occurrence of that function call and
locate all of them. - If they’re located in your own code, modify it to
use current API. - If they’re in third party code – notify their
authors and wait for fixes or stop using them.
Related Posts:
- similar of my posts in all over the internet sites and blogs [closed]
- Is there a way (plugin?) to restrict a user to being able to edit just one page?
- How can I sync WordPress plugin settings between environments?
- How to empty wordpress custom post Database table
- How to create a custom button for the visual editor that adds 4 non-breaking spaces? (plugin or simple code)
- Sort archive view with pre_get_posts hook
- Let readers suggest edits from the frontend
- Disable plugins for a specific user role
- Override CSS settings of plugins
- ob_end_flush error when using wpdb in plugin
- While Using Static Pages, How Can I Get /blog into the URL of Each Post?
- Need to include and redirect template from plugin
- Is it possible to uninstall one plugin from within another plugin?
- How to improve WordPress search
- What is the purpose of the wp_enqueue_script() handle?
- From where come that JS files in ?
- Hook before & after plugin / core update
- Is there a way to make a pure vanila page of just HTML/CSS/JS
- get_plugins() doesn’t work after plugins_loaded
- Getting user roles in plugin files
- Plugin and theme script load order
- How to import featured image using WP Rest API from another WP installation
- Simple ajax call not working in wordpress plugin
- New to wordpress: would like to have pluggable main page sections [closed]
- How to save post change url youtube link?
- How make a php script run only with wp-cron
- How to use wordpress $polylang->model->set_post_language in custom php code?
- Most efficient way to use classes to create admin pages using Settings API
- CMB2 toolkit: Compare 2 Dates and validate the Time
- Where does the cookie mo_page_views_counter come from?
- auto populate list of questions if user select a category xyz
- Save custom attributes of product in woocommerce
- How to add tags in Submenu page or Menu page
- How to display taxonomy images with wp_list_categories?
- How to use is_single and get_post_type within a plugin?
- Getting a “Warning: call_user_func_array()” error whenever I install/update a plugin
- What is wordpress way to access a plugin’s classes/models to load custom post type data?
- Change wp-login to custom URL login page
- How do I get a post author’s image/avatar via RSS from another blog?
- Shortcode not getting replaced
- Maintaining plugin addons while upgrading
- what is name of this plugin used for photo gallery page [closed]
- Why can’t I call a (member) function from within a foreach?
- Plugin that will output submitted form data for user? [closed]
- Vulnerability Concern From the Plugin or From Not Updating the Plugin?
- How to import WordPress site to new WordPress site?
- Why does this code snippet create a critical error on my site? [closed]
- Custom Font Complications (WordPress) [closed]
- How does translation (gettext) work for translating config file of plugin?
- Must use Plugin not updating HTML code in head
- Restore with Duplicator, URL is concatenated twice
- Installing plug ins on a wordpress hosted site
- Show related posts based of current ACF field name in a single page post (a loop within loop)
- Prevent plug-in scripts on a specific template?
- using wp_footer hook in a plugin
- WordPress “Add new tag” button is not working
- Which is a better practice when writing shortcodes: pack lots of configuration parameters or just give an id?
- I’m having several WP issues, especially with missing images
- I’m looking for a plugin to execute a specific task a certain time
- jQuery gallery plugin to interface with Picasa
- Looking for a photo gallery plugin [closed]
- Want to create custom design of progress indicator in wpforms
- In a WPMU that uses several different domains, how to enable users to register subdomains of any domain from the main site?
- How create bulk website with amount, total, and checkout fields?
- Open_basedir errors – But setting basedir to none redults in 502 Bad Gateway
- Update automatically a form inside a function of a plugin
- add a hook of Woocommerce to a plugin but it only shows and doesn’t function properly
- Change language in SiteOrigin Widgets
- Include my files in a plugin? [duplicate]
- Some Widgets in the Right Side Bar and the whole Footer section is not working in a WordPress Site
- How to call a function from inside class to outside class
- Change custom rewrite rule when permalink is updated/changed
- Store admin page into variable
- Image paths wrong after migrating with wp-migrate-db-pro media files add-on
- Showing ads in the specific category and its sub-categories
- How to load a plugin when doing an Ajax call? [duplicate]
- Define constant for one plugin in mu-plugin
- Vote It Up Plugin – Add ascending numbers to MostVotedAllTime Chart Function
- Choopy Video Playback in a popup using Artiss Youtube Embed [closed]
- How to fix vanilla comments extra iframe space
- MultiPostThumbnails and media queries
- Get a submitted value from front end post form for single template
- Problem with permissions in wp-content/plugins
- What would cause edit buttons for plugins to disappear?
- How to send email when my plugin is activated?
- Reply form used in wordpress.com
- Language switcher with flags – Polylang WP plugin
- PM PRO addon package check user access to a specific post
- wordpress or jquery a dynamic photo gallery
- How to add image for custom taxonomy
- Plugin Beauty Contact Popup Form with while loop
- Set the Social Icon Size in footer
- Use custom Javascript for a custom Elementor Widget [closed]
- How can I wordpress cache a database request with no existing plugin?
- Save Confirmation Page Title to WPForms Entry
- Problem on a wordpress website with a plugin [closed]
- Setup Wizard Permission Error on Activation (403)
- WordPress Action Hook inside Classes
- migration from dedicated to shared server – plugin & database concerns
- Elementor wp_register_script showing file when i not use ‘wp_enqueue_script’