Try flushing out the transient data(options prefixed with _site_transient_update_
– wp_options table), WP will recreate them for you anyway.
Not always a solution but tends to work for me when i have that problem.
You can do this by adding the following lines to your current theme’s functions.php (in wp-content/themes/YOURTHEME/functions.php).
delete_option( '_site_transient_update_core' );
delete_option( '_site_transient_update_themes' );
delete_option( '_site_transient_update_plugins' );
NOTE: You probably only need the first one, but i usually flush them all if i’m flushing one(can’t hurt to have a refresh).
Load any page up once, admin page, post page, whatever, then remove the code(it only needs to run for one page load).
Related Posts:
- How Do I Configure Automatic Updates in WordPress 3.7?
- Will A WordPress automatic update harm my website?
- What is a “forced plugin update”, how can I avoid it and use it for my plugins
- Automatic updates are not working
- Is it possible to prevent website from breaking with auto update?
- Enable automatic minor core updates when root of site is a git repository
- WordPress Health Tool reporting version control as a critical issue
- Unable to get WordPress auto update working on Ubuntu 12.04
- WordPress 3.0.1 Auto Update Problem
- Disable Plugin Updates but Allow WP Auto Security Updates
- Change email for update notification
- How does wordpress handle file permissions when automatic updates are enabled?
- How to schedule Automatic WordPress Plugin and Core updates for night times
- Auto Plugin & Core Updates Not Working For Custom Theme
- WordPress updates and Git
- How to debug background/auto update?
- How can I fix my server so core/plugins/theme update don’t silently fail?
- WordPress 3.1 not autoupdating
- WordPress core auto update fails for UpdraftPlus WordPress Backup Plugin
- Automatic updates only in a predefined maintenance window
- Auto updating a single plugin
- Could auto-update delete core WordPress files and cause a white screen of death?
- Changing random post publish time for repost
- WordPress sites got auto upgraded [duplicate]
- How to turn off automatic updates of the WordPress core
- WordPress update fails with a “permission denied” error?
- How to trigger automatic plugin updates in WordPress 5.5
- Adding a banner to the install dialogue of a custom plugin
- Auto generate custom post title
- WordPress 3.3 auto update not working
- How to know current auto-update status of the WordPress core?
- Auto update error messages
- Allow auto-updates on a non-managed WordPress site?
- Will WordPress Auto Update work on a site with Basic Authentication enabled?
- WordPress site auto updates for no reason
- Are automatic background plugin updates for non-WP.org plugins possible?
- Auto Update fail time my external folder deleted
- Stop WordPress from auto updating
- How Do I Configure Automatic Updates in WordPress 3.7?
- Enable automatic plugin update for certain plugins [duplicate]
- Auto generate meta data value in post
- How to upgrade WordPress automatically?
- WordPress Automated Posts Creation
- How to update WordPress installed on IIS?
- Prevent/Disable Automatic Update Check
- WordPress updates defined vs add_filter?
- Update WordPress automatically on its own
- How long does it take for theme / plugin automatic updates to initiate?
- Making plugin unique to not conflict with plugins with the same name
- “You have the latest version of WordPress. Future security updates will be applied automatically.”
- Have WP Theme update from Git Repository
- How to update/auto-update my private plugin? [duplicate]
- I want to run different WordPress websites under the same database
- Why are the automatic updates to WordPress behind the version my site is on?
- How to schedule autopost publishing at each 60 minutes?
- What ALL can cause “Another update is currently in progress.”? [closed]
- WordPress DATABASE Update Manually?
- Avoid theme updates, just one theme
- Can I update themes without enabling maintenance mode?
- Can a manually uploaded plugin be made to track updates from the WordPress.org plugin directory?
- SELinux security vs WordPress updates
- Private Plugin Updates – Localhost
- WordPress 3.8.1 update error
- What file(s) in core control automatic background updates?
- Problem with automatic role change through cron job
- Group ownership permissions don’t allow web server to update WordPress content
- Theme Javascript.php Overwritten Nightly [closed]
- Upgrading problem
- Why does WordPress 4.1 have an auto-update entry in wp_options?
- I should enable automatic updates?
- Updating WP 3.9.5 without destroying my website
- Why my plugins are updating automatically?
- Where does WordPress get the theme name from to check for updates?
- How to execute plugin and theme updates from a web hook / endpoint?
- Wordpres core-update theme renames theme folder name
- What request is WordPress sending on theme update?
- WordPress 4.4.2 Update not working
- EC2 WordPress install asks for connection info when auto-updating
- automated import from blogger
- Change modified date to current date when title updated automatically
- WordPress cannot auto update and cannot find .maintenance file
- is it right choose to connect database in template page directly in WordPress site?
- Update (a function) post’s featured image as soon as $image_url changes
- Plugins download & install fine, wordpress update fails
- Where to add my code to auto attach images to existing products
- error_log() not working in add_filter auto update callback
- WordPress Auto Updates
- Custom theme and plugin updating
- To merge customized codes upon wordpress update
- Cannot Update wp DB – Get 500 Error
- Cannot update plugin
- Hook automatic_updates_complete to autoupdate plugin
- Hook or function to check if performing a WP Core update?
- How to update changes to multiple sites at the same time
- How to Enfroce Domain Licensing Limits? [closed]
- Plugin download link
- Update js file on wordpress page after making changes
- How do I send out an update for my custom wordpress theme?
- How to enable auto update for embedded plugins
- WordPress is updating only patch version and not minor