theme_auto_update_setting_template

過濾鉤子
apply_filters( 'theme_auto_update_setting_template', $template )

theme_auto_update_setting_template是一個WordPress過濾鉤子,它允許開發者修改用於生成自動主題更新設定的HTML輸出的模板。

過濾用於顯示一個主題的自動更新設定的JavaScript模板(在疊加中)。

參見{@see wp_prepare_themes_for_js()}關於data物件的屬性。

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

常見問題

FAQs
檢視更多 >