Title: Language specific automatic update
Last modified: August 22, 2016

---

# Language specific automatic update

 *  Resolved [Indent](https://wordpress.org/support/users/indent/)
 * (@indent)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/language-specific-automatic-update/)
 * 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.

## Tags

 * [automatic update](https://wordpress.org/support/topic-tag/automatic-update/)
 * [wp_config](https://wordpress.org/support/topic-tag/wp_config/)

 * 0 replies
 * 1 participant
 * Last reply from: [Indent](https://wordpress.org/support/users/indent/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/language-specific-automatic-update/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
