Today I released the WordPress plugin, “Simple Changed Files”. The plugin is as simple to use as its name implies, there are no configuration settings and a single action item under tools.
Use of the plugin is described on the Simple Changed Files page.
The code is written in Object Oriented PHP as an example of writing plugins in this style. Like Simple Access Control it’s well commented and was built with use as an example in mind. It was written using the Model View Controller pattern, even though that is overkill for something this small. However it does provide a small, clear working example of the use of the pattern. Feel free to pick it up and modify it to your requirements. I will be posting an annotated version of the code as a tutorial in the near future.
pkw
Latest posts by pkw (see all)
- Enabling HTTPS in WordPress - May 26, 2017
- WordPress Maintenance for Beginners - March 28, 2017
- Five Top Mistakes of DIY Websites - February 11, 2017