• Resolved Indent

    (@indent)


    I have set WP to auto update like this in wp-config:

    define('WP_AUTO_UPDATE_CORE', true);
    add_filter( 'auto_update_plugin', '__return_true' );
    add_filter( 'auto_update_theme', '__return_true' );
    add_filter( 'allow_dev_auto_core_updates', '__return_false' );

    This works, but the problem is that every time WP auto updates I also have to manually update because I use the nb_NO package.

    Is it possible to set WP auto update to be language specific?

  • The topic ‘Language specific automatic update’ is closed to new replies.