How do you update? Automatically via the admin menu?
Did you restart your browser and clear the cache just to make sure?
Check in the plugin editor if the version in the file is the correct one. To do that, go into the admin dashboard, in the plugin menu, go to “Editor” then select your plugin on the top right dropdown. The first file should be the main file, and in the top of the file there should be something like
<?php
/*
Plugin Name: my plugin name
Version: 1.2.2
Check if that’s the latest version. If not, you do not have the right files on your server.
If that is what fails can for example manually remove it and copy the latest version in via FTP or file mananger, whatever is appropriate for your environment.
Related Posts:
- Best collection of code for your 'functions.php' file [closed]
- Tips for using WordPress as a CMS? [closed]
- Updates for a private plugin?
- is_plugin_active() returning false on active plugin
- Unable to check if plugin is active
- How to upload image with simple form?
- Edit plugin without hooks in functions.php
- Making plugin unique to not conflict with plugins with the same name
- How to store ACF custom fields data in a custom table
- Is dynamic forms/entries possible in Widget?
- How to get posts by content?
- Modify the_content after the more tag
- Too many variations in WooCommerce
- Trying to disable plugins doens’t work
- WordPress plugin DB upgrade
- How is the ” wp_get_update_data ” function used?
- woocommerce hook publish product
- Plugins won’t update when WordPress says they’re updated
- WordPress multiple widget in single plugin
- Have Plugin Handle Specific URLs
- Layout shop page: resize images and columns
- Invalid shipping method, WooCommerce [closed]
- How to integrate plugin in WordPress theme
- WordPress with Git deployment issues
- Creating Tables on Network Activation
- Different UI in WordPress
- How to add links in .po (language) file in wordpress?
- Is there a way to share your Facebook Page’s stream on a WordPress page or post?
- How to add equivalent of php include to one page (as plugin?)
- Does any one have Idea to get these functionalities with the plugin wp-multi-network
- CRUD and Frontend show from a custom table without shortcode
- How can I make 2 plugins that include different versions of a framework to both use the latest version?
- Add Plugin options as subpage to Theme options page
- Image upload and download from front-end
- Child Pages Short Code plug-in and hover capabilities?
- correct way to include a library(and its dependent libraries) in wordpress development
- Issue Tracker from pre exsisting table [closed]
- Git Hosting for WordPress SVN Plugin Repository [closed]
- How to enable AMP for custom single template with custom database
- Problem with the Loop – want to limit the access to three free articles
- Custom table naming/access convention for multisite: $table_prefix vs base_prefix or other?
- Plugin alternative to Normalize.CSS? [closed]
- Problems With WP Bannarize Plugin [closed]
- How to create a child/addon plugin
- How to secure the release of WordPress plugins / avoid copying plugins?
- What happens if I don’t update my plugins?
- Hide certain widgets from specific user roles in admin
- Delay JavaScript files from loading
- WordPress Users authentication with Java Application
- remove_action not removing add_action from constructor
- Is there a way to make the main page only display a brief description of the full article?
- Limit WP code scope into plugin
- WordPress custom plugin that uses woocommerce enabled payment gateway for payment [closed]
- Execute a function when the entire page is displayed
- Is there any way to inject text onto pages?
- WordPress as heavily personalized content management portal, and somewhat like dropbox [closed]
- Plugin that lets visitors Like a post (not facebook) and stores likes in custom meta?
- Cannot read properties of undefined (reading ‘firstChild’) using photoswipe in product page
- Multisite Change from domain.com to sub.newdomain.com
- Find Plugin by file name
- Creating an admin button that when clicked shows a popup form
- How to list datas from database in a topic?
- How to hide an option from dropdown in filter module
- Downloading a file
- Profiling the initial PHP file, anyone, that get like 10 seconds to load
- How use wp_insert_post and add og:custom tags?
- Remove Keywords From Webpage But Still Use for SEO
- How to change “Read More” text?
- How to use wp_editor and save its data in wp_posts table
- WordPress database problem wp_posts, primary key
- Auto trigger of popup
- My WordPress activation hook isn’t working
- WordPress Plugin PHP Not Calling Function
- how to show the tables of my plugin in the export tab of WordPress?
- how do i fixe Page Builder on a custom page?
- WordPress ajax error 400 bad request for sending data to remote site [duplicate]
- Do_shortcode before send email content
- Register setting on plugin activation
- Problem with Duplicate Meta / tag description in Webmaster Tool [duplicate]
- Migrating site from stage to production server without particular dev. plugins?
- Using “excerpt_more” filter for a specific post type
- w3 total cache and post__not_in
- How to get the parameters on page and avoid 404?
- Working on fixing wp-front-end-editor, encountering undefined index
- How to add plugin activity in the menus?
- Shrinktheweb plugin problem
- Backup Buddy Questions
- How do i use postMash to order posts in a custom loop?
- Publishing videos and images from blog to facebook
- Share Button Like SuperUser
- Simple WordPress function / plugin to redirect a site
- Remove base from the custom post type URL [duplicate]
- How to show random feed from DB and show content in my site
- How to host a WordPress plugin on my own server and provide updates?
- Multiple Post Thumbnails Not Returning URL for Background Image
- Shortcode to do math with url variables
- Is there any WordPress Plugin that provides video editing from front end side? [closed]
- Disappearing plugins
- Let a user change role dynamically on the front end
- Help with coding a link for a button in WordPress with The Events Calendar Plugin