• villagecandleman

    (@villagecandleman)


    I want to use the snippet of code to disable the automatic update of anything by wordpress or anyone else.
    BUT
    my wp config php has the following in it – so what do i need to delete so i can put in the code line i want.
    ++++++++++++++++ i think this is where i need to go:
    define(‘WP_DEBUG’, false);
    /*Disable WordPress Automatic Updates */
    define( ‘WP_AUTO_UPDATE_CORE’, false );
    /*Disable WordPress Automatic Updates */
    define( ‘WP_AUTO_UPDATE_CORE’, false );
    +++++++++++++++++++++++
    what i see from the forum that is needed is the following:
    define( ‘AUTOMATIC_UPDATER_DISABLED’, true );”
    ——
    so what do i need to delete so i can insert the new line of code??
    mike
    mighty550@yahoo.com

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘changing wp-config php to disable auto updates’ is closed to new replies.