How Can Remove Update Checks for a WordPress Plugin

Discussion in 'WordPress' started by mojjammal, Aug 21, 2013.

  1. #1
    I want remove auto update from my customize wordpress plugin. How can i do this
     
    mojjammal, Aug 21, 2013 IP
  2. Oranboard

    Oranboard Active Member

    Messages:
    40
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    65
    #2
    You mean that the Updates from all Plugins not will been displayed in the sidebar/adminarea?
     
    Oranboard, Aug 22, 2013 IP
  3. suganux

    suganux Well-Known Member

    Messages:
    408
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    128
    #3
    Hi mojammal, you can use this plugin : wordpress.org/plugins/disable-wordpress-plugin-updates

    or add this line to your function.php theme file :
    add_filter( 'pre_site_transient_update_plugins', create_function( '$a', "return null;" ) );
     
    suganux, Aug 22, 2013 IP
  4. Nisoma-Web Ltd.

    Nisoma-Web Ltd. Greenhorn

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #4
    Or you can just not update them.
    usually it shows you that there is new update for the exact plugin and you have to click on Update it now - to do that
     
    Nisoma-Web Ltd., Aug 23, 2013 IP
  5. mojjammal

    mojjammal Active Member

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    93
    #5
    No i want permanently stop update WP plugins.
     
    mojjammal, Aug 30, 2013 IP
  6. mojjammal

    mojjammal Active Member

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    93
    #6
    Thanks for your reply. I use 2nd option, but i'm not with using plugins.
     
    mojjammal, Aug 30, 2013 IP