Plugin Directory

Changeset 3050784


Ignore:
Timestamp:
03/14/2024 05:34:36 AM (21 months ago)
Author:
mayur8991
Message:

Banner & Faq updates

Location:
disable-services-manager
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • disable-services-manager/trunk/README.txt

    r3049507 r3050784  
    1313== Description ==
    1414
    15 Disable Services Manager is the most powerful plugin for stopping or disabling unnecessary services and features on your WordPress site. It protects your site from online security threats and spammers, and improves website security.
     15Disable 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.
    1616
    1717== Features ==
     
    35353. You will find Disable Services Manager in your WordPress admin screen.
    3636
     37== Frequently Asked Questions ==
     38= Can I selectively disable specific services =
     39Yes, 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? =
     42For support and reporting issues, you can email us on <a href="mailto:info@itpathsolutions.com">info@itpathsolutions.com</a>
     43
    3744== Screenshots ==
    3845
  • disable-services-manager/trunk/admin/class-disable-services-manager-admin.php

    r3049507 r3050784  
    173173            remove_action('load-update-core.php', 'wp_update_plugins');
    174174            remove_action('load-update-core.php', 'wp_update_themes');
     175            add_filter('pre_site_transient_update_plugins', '__return_null');
    175176            add_filter('pre_site_transient_update_core', '__return_null');
    176177            add_filter('pre_site_transient_update_themes', '__return_null');
Note: See TracChangeset for help on using the changeset viewer.