Yeah that’s definitely a caching issue. The code you have there should handle it but you can’t really guarantee anything.
Do you have a caching plugin installed? If so try disabling that.
Also in your wp-config.php
file see if you have this define('WP_CACHE', true);
if so change it to false. If it isn’t there add it but make that false.
That’s really all, in my experience, you can do from our end unfortunately.
Related Posts:
- Nginx FastCGI_Cache Vs PHP Caching
- How to clear WordPress Cache from Server/FTP/Remote location
- PHP Code stuck in Cache [Memcached] [closed]
- WordPress with php 5.5 and zend opcache
- How to enable Zend Optimiser+ with Batcache
- Dynamic Stylesheet loads but doesn’t finish
- How to combine wordpress_logged_in cookies in one cookie?
- Passing UTM Parameters To Modify Page In WordPress
- WordPress & Fastcgi proper setup?
- Dynamic content in template
- Running code before object-cache.php runs
- Is the wp_enqueue method efficient?
- customize wordpress database error page
- WordPress transient not working with WP Engine
- Make a page (url) not cacheable [closed]
- How do I disable cache for a certain page?
- Language does not switch while cache is enabled
- Should I use wp_cache in my plugin to make it faster?
- Refresh page after login with litespeed cache
- Use WP Cron to Clear a Page Cache?
- How save data on user’s client cache
- Force ‘permanent’ post cache of shortcode results
- Fatal Error cannot log into wordpress and website disappeared
- Are WordPress widgets cached?
- RegExp to EXCLUDE strip HTML (FOR SOMME) comments
- Splash pages on a high traffic site
- How can I improve and optimise my wordpress web server for better performance in 2023
- Where to get information about array fields in $_REQUEST?
- WordPress URL Rewrite not working
- Redirect to Page after Post Submit
- wp_remote_get returns an error for valid URL
- New Plugin Review
- Create custom blocks for bootstrap
- How to get the post_id from postmeta
- Problems with function on function.php
- Adding code to child theme functions.php to override parent theme behaviour doesn’t work
- How to retrieve the content (with a specific ID) via ajax by clicking a link tag
- WordPress: Remove link in the_tags
- Set WP_MAX_MEMORY_LIMIT higher than PHP.ini memory_limit
- Displaying NextGen Gallery using value from meta not working
- dynamic page in WordPress
- Apache Fallback instead of add_rewrite_rule
- Correct folder permissions?
- Pagination of custom mysql in wordpress
- WordPress wpform plugin submit and get multiple checked value from checkbox [closed]
- Pass Category Name, Description and Photo into variables to pass to jQuery
- Script to browser problem PHP
- wp_nav_menu returns menu list in ascending order. How can I arrange the menu same as dashboard menu
- How can I add extra word in permalink when someone click download button?
- Trying to get a PHP variable defined in a custom post into a javascript file. Null value. Using wp_localize_script
- How to retrieve the sender email with wp_mail()?
- Why WordPress won’t update via VPN?
- WordPress update_post_meta updating with empty meta_value field [closed]
- Create custom permalinks to show Custom Post Type’s relationship?
- Call to undefined function mysql_connect() After upgrading PHP 7.1 to 7.3
- Converting Y-m-d to a date with a Month name? [closed]
- Is it save to use eval for a jQuery callback method coming from the database?
- Code Executing Too Late?
- New walker for walker_nav_menu to change inside container data
- Isotope Drop Down Categories Filter Function
- Use value from Ajax call in PHP function
- Getting users with a specific meta data and then querying their posts?
- How to allow download url redirection only if user logged in WordPress site?
- Help Fallback (thumbnail)
- Select through customizer the template part to be viewed
- save metabox with new values _wp_page_template
- ACF Unexpected T_CONSTANT_ENCAPSED_STRING [closed]
- Nav-Menu not showing up
- Showing Subcategory Name/Link Instead of Parent Category
- Get URI from PodPress using PHP
- How to pass hook variable to function?
- Migrating site, only header shows
- Can not call .php files after switching to %postname%
- WP Container Displaying Only on First Page of Archive
- AWS Lightsail WordPress – connect to database on instance using mysqli
- Update Images after edit via php
- Using wpdb to connect to a different database is not working
- custom mailchimp form using HTTP API
- ACF under category name in shop page [closed]
- Accordion headings cuts off to second line on collapsing a accordion heading (used acf repeater)
- Using $this with an anonymous function in filters
- WordPress Recent Posts – Loop
- Changing default WPMU emails to be send thorugh Campaign Monitor Transactional emails
- not able to access $_POST on backend profile update
- WordPress Single Post Pagination Numbered and Navigational
- Displaying 3 Category Posts differently
- Add disclaimer before certain posts and pages
- Use Custiomizer to setup meta theme color tag
- I changed the password for the database user of my website, updated wp-config.php and wordpress asks to be reinstalled
- Post formating on Home page
- Search box background on a different page template
- two body tags on all WP pages regardless of theme
- Load php function with AJAX on modal window
- Hide page title
- Edit Image/Image Details – Replace button missing
- Display biography post for today’s birthday person
- get user role. parameter id return type string [closed]
- Product Search in search.php
- Background Tasks in a WP Cronjob?
- How to execute a shortcode within a custom field?