ファイル: src/Config/Options.php
    public static function getOptions() {
        $opts = get_option(self::KEY);
        $opts = is_array($opts) ? $opts : [];
        $opts['use_react'] = isset($opts['use_react']) ? (bool)$opts['use_react'] : false;
        return $opts;
    }
| 使用されるアイテム | 説明 | 
|---|---|
| src/Config/Options.php: Options::useReact() | WCEX WishlistのReact実装を使用する場合は |