<?php if (!defined('WP_CLI') || !WP_CLI) { return; } WP_CLI::add_wp_hook('pre_option_WPLANG', function () { return 'en_US'; });