関数
Options::useReact()
WCEX WishlistのReact実装を使用する場合はtrue
を返し、そうでない場合はfalse
を返す
WCEX WishlistのReact実装を使用する場合はtrue
を返し、そうでない場合はfalse
を返す
ファイル: src/Config/Options.php
public static function useReact() { return self::getOptions()['use_react']; }
使用するアイテム #使用するアイテム | 説明 |
---|---|
src/Config/Options.php: Options::getOptions() | Returns option data as an array |
使用されるアイテム | 説明 |
---|---|
src/template-functions.php: wcexwl_display_wishlist_page_content() | お気に入りリストページの内容をHTMLを出力する(動作セクションと列を一括で) |
src/Master.php: Master::init() | Instantiates classes. Registers hooks. etc |