diff --git a/index.php b/index.php index a7e6b18..776e2ba 100644 --- a/index.php +++ b/index.php @@ -41,6 +41,10 @@ class WP_CHINA_YES { __CLASS__, 'admin_menu' )); + + if (empty(get_option('wp_china_yes_options'))) { + self::wp_china_yes_activate(); + } } }