I'm working on a WordPress installation hosted by HostGator. I have added new code to a php file which is used for the home page gallery slider. The changes work on my local installation but do not appear on the live site. I have even attempted to insert gibberish code into the file to see if it would update, It did not. This leads me to believe it's being cached somewhere and not updating.
- I have disabled all suspected caching plugins.
- Added define('DISABLE_CACHE', true); to wp-config.php
- Cleared all browser caches, and CTR + F5, As far as I can tell, I've cleared the caches properly. Multiple times.
- Verified the code is sound
- Waited overnight to see if it would update eventually