Edits to plugin not taking effect

I want to make some edits to a plugin that I’ve downloaded. I used the Plugin Editor, but the changes did not show up. I tried refreshing, logging out/back in, and deactivating/activating the plugin.

I gave up on that route and decided to:

Read More
  • deactivate/delete the plugin via the admin page
  • delete the plugin folder via FTP to make sure there were no remaining files
  • make the desired edits to my local copy
  • upload the folder to the site via FTP
  • activate plugin

I verified that the new, edited file is up on the server, but the changes still do not show up.

I am guessing there is some sort of caching going on, but I don’t know where to begin to clear it.

Other info that may be helpful:

  • The URL of the page that I am trying to update is …/wp-admin/admin.php?page=dlm_addnew
  • The plugin is Download Monitor and the file I updated is uploader.php
  • I have no caching plugins and no wp-content/cache folder
  • My site has cPanel, phpMyAdmin, etc.

Thank you for your time!

Related posts

Leave a Reply

1 comment

  1. Easiest way to test for caching – make a plugin-breaking change (remove a ; or something), upload it, and see what happens. If your admin panel whitescreens, congratulations – you don’t have caching. If it doesn’t, chances are your server is caching all php content with something APC. Contact them and ask about caching.