Changeset 3050784
- Timestamp:
- 03/14/2024 05:34:36 AM (21 months ago)
- Location:
- disable-services-manager
- Files:
-
- 4 edited
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/class-disable-services-manager-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
disable-services-manager/trunk/README.txt
r3049507 r3050784 13 13 == Description == 14 14 15 Disable Services Manager is the most powerful plugin for stopping or disabling unnecessary services and featureson your WordPress site. It protects your site from online security threats and spammers, and improves website security.15 Disable Services Manager is the most powerful plugin for stopping or disabling unnecessary services on your WordPress site. It protects your site from online security threats and spammers, and improves website security. 16 16 17 17 == Features == … … 35 35 3. You will find Disable Services Manager in your WordPress admin screen. 36 36 37 == Frequently Asked Questions == 38 = Can I selectively disable specific services = 39 Yes, the plugin allows you to individually toggle each service on or off according to your preferences. You have the flexibility to disable only the services you want while leaving others unaffected. 40 41 = Where can I get support or report issues with the plugin? = 42 For support and reporting issues, you can email us on <a href="mailto:info@itpathsolutions.com">info@itpathsolutions.com</a> 43 37 44 == Screenshots == 38 45 -
disable-services-manager/trunk/admin/class-disable-services-manager-admin.php
r3049507 r3050784 173 173 remove_action('load-update-core.php', 'wp_update_plugins'); 174 174 remove_action('load-update-core.php', 'wp_update_themes'); 175 add_filter('pre_site_transient_update_plugins', '__return_null'); 175 176 add_filter('pre_site_transient_update_core', '__return_null'); 176 177 add_filter('pre_site_transient_update_themes', '__return_null');
Note: See TracChangeset
for help on using the changeset viewer.