allowed_themes

過濾鉤子
apply_filters( 'allowed_themes', $allowed_themes )
引數
  • (string[]) $allowed_themes An array of theme stylesheet names.
    Required:
定義位置
相關勾子
site_allowed_themesall_themesnetwork_allowed_themesallowed_optionsdeleted_theme
相關方法
get_allowed_themesallowed_tagsget_site_allowed_themeswp_paused_themesget_themeswp_get_themes
引入
MU (3.0.0)
棄用
-

allowed_themes是一個過濾器,允許你修改允許在網站上使用的主題列表。該過濾器被應用於允許使用的主題列表,可以用來限制對某些主題的訪問,或將新的主題新增到列表中。

過濾網路上允許的主題陣列。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$allowed_themes = apply_filters( 'allowed_themes', $allowed_themes );
$allowed_themes = apply_filters( 'allowed_themes', $allowed_themes );
$allowed_themes = apply_filters( 'allowed_themes', $allowed_themes );

常見問題

FAQs
檢視更多 >