It is hard to advise on issues like that, since they are specific to your installation.
In a very general sense one of two categories of issues can cause it:
-
You are not doing what you think you are doing. An example would be placing files into wrong server/folder.
-
Your server is not doing what you think it is doing. An example would be PHP code loaded from (aggressively configured) opcode cache, instead of file system.
The thing with filenames makes me suspect latter case. You could try restarting server (just software of computer altogether) to see if its caches make a difference.
Related Posts:
- Trouble with Transient API when W3TC is activated [closed]
- How can I render shortcode so that its not cached by Caching plugins?
- Will cron job run if page loaded is being served from cache?
- Make WordPress cache permanent for some pages until edited
- Will setcookie work if there is a cache plugin installed?
- Is get_option() faster than accessing get_transient()?
- Best practices for using the transients API
- How to make dynamically-generated content searchable in WordPress?
- How can I free up the memory used by update_post_meta?
- Does WordPress’s HTTP API use any caching?
- Is using WP Transients to save external data for a plugin the best/right way?
- Cache directory needed for plugin
- Clearing cached plugin data if it is using an external object cache
- Maximum lifetime for nonce
- Clearing caches on plugin uninstall
- How to implement filesystem cache in WordPress
- W3 Total Cache JS and css Minify folder are empty
- Is using custom table to suit business needs instead of transients a big hit to page load speed?
- Caching the_content calls
- How to add support for caching plugins for my own plugin?
- Service Worker Uncaught (in promise) DOMException
- Should I use wp-content/cache or [PLUGIN_DIR]/cache?
- I need to refresh page to display wp_get_current_user() : why?
- How can I control if post updated
- Undefined cache functions in my custom plugin
- Add a Script button in W3 Total Cache plugin not working due to conflicting jQuery version
- Is it possible to restore an expired transient?
- Does WP REST API cache internally executed (rest_do_request) requests?
- Is there any plugin development framework
- Plugin – create a page without it appearing in the side menu
- Is wp-content/install.php a Drop-in?
- Handling results from data hooked into admin_post
- How to write testable classes in WordPress
- get_template_part from plugin
- Edit or Remove Plugin .htaccess Using The Admin Panel
- WordPress scheduled task is called but not executed
- How to create collections that are edited in admin?
- How can i list current author’s categories?
- How can I call “preview post” from wp_remote_get with authentication?
- When is it too late to call the action wp_enqueue_scripts?
- Use js script from one plugin in another plugin
- Rest Api How to get results of child categories with one api call
- Build dynamic page from cURL (HTML page) response with plugin
- How to store accumulate multiple option values in a single array using Options_API
- Add Post and Comments menu no longer visible
- template_redirect for single posts w/ custom fields
- can I prevent WP users (even admin) from deleting custom categories?
- How to deal with equal & similar arguments for a function?
- What parameter should I pass to wp_enqueue_style to depend on the themes stylesheet?
- How do I obtain a list of categories assigned to the current post?
- Modify hard-coded conditionals for roles to custom roles
- need to get user ID after a user logs in
- Callback is not called in add_settings_field() when passed as part of an array, but recognises that it’s there. It’s passed Class to Class using OOP
- Plugin translations not installed but… strings are translated!
- Secure Pages Best Practice
- Does wp_login only trigger before an user signs in into the admin panel?
- How to access noticeOperations from withNotices
- Putting a resized image into media library with wp_get_image_editor(
- Using ReactJS in the WordPress admin for plugin development
- How to use github to update my plugin
- Thickbox doesn’t respect dimensions when used in admin [duplicate]
- wp_nonce_field displaying twice
- jQuery in WordPress Plugin
- Why is my plugin version 0.1?
- WP Plugin Running before jQuery
- Delete option of a Plugin
- How to include jQuery into my plugin so I can use it on plugin page?
- Apply function to update_option Variable
- WordPress multisite,use same cookies across all website?
- How to make and save custom form in custom plugin page?
- How to save post meta as an array in Gutenberg?
- WordPress Gutenberg InnerBlocks renderAppender not showing with template
- Duplicate shipping method logic to another shipping method [closed]
- REST Endpoint API 404
- Add a custom menu item that supports wildcards
- jQuery UI tab does not work in the plugin page
- Using HTML links within translatable string
- Adding an external stylesheet to a plugin
- Load stylesheet in edit category page?
- How to add .ini file type to the plugin editor to read and edit?
- How to write a custom shortcode name book?
- get the term_id of current taxonomy page
- WordPress Ajax not returning Response
- Remove from a div by class name from post page if post author role is not administrator
- Enqueue script not working
- Calling dynamic_sidebar in plugin gives error
- How to add chunk of php, html, and sql code to variable an append to $content
- edit-tags.php in plugin admin menu hides when is the active page
- How to create a custom search form and handler?
- Best way to handle a form post in plugin
- Method to retrieve category names and IDs only as an array?
- How To Remove The Filter That Adds JetPack Related Content To Dom [closed]
- Fixing plugin for wpdb::prepare
- Using “add_image_size” to register custom image sizes inside plugins not working
- How do I access the contents of WordPress Classic editor in admin area with JavaScript?
- Help interpreting @wordpress/create-block-tutorial-template usage error
- Leveraging Core Functionality in Icon Upload Plugin [closed]
- Block Development: hamburger module throwing error in save function
- How can I chanage the user for the composer container in wp-env?
- Adding a navigation with wp_nav_menu() to a custom block in the site editor