joshuadavidnelson / disable-blog

All the power of WordPress, without a blog. This plugin removes blog related functionality.
https://wordpress.org/plugins/disable-blog/
GNU General Public License v2.0
52 stars 6 forks source link

Add a method to remove plugin hooks and filters #58

Closed joshuadavidnelson closed 2 years ago

joshuadavidnelson commented 2 years ago

Per this support forum post, adding a way to remove plugin hooks/filters. This will be done by updating the loader class following the Better WP Plugin Boilerplate's remove_filter function.