disable_formats_dropdown

過濾鉤子
apply_filters( 'disable_formats_dropdown', false, $post_type )
引數
  • (bool) $disable Whether to disable the drop-down. Default false.
    Required:
  • (string) $post_type Post type slug.
    Required:
定義位置
相關勾子
disable_categories_dropdowndate_formatsdisable_captionstime_formatswidget_categories_dropdown_args
相關方法
page_template_dropdownparent_dropdowninstall_theme_informationwalk_category_dropdown_treewalk_page_dropdown_treeformat_to_post
引入
5.5.0
棄用
-

disable_formats_dropdown: 這個過濾器用來關閉WordPress編輯器中的文章格式下拉選單。它通常用於防止使用者選擇文章格式。

篩選是否從文章列表表中刪除”格式”下拉選單。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
if ( apply_filters( 'disable_formats_dropdown', false, $post_type ) ) {
if ( apply_filters( 'disable_formats_dropdown', false, $post_type ) ) {
if ( apply_filters( 'disable_formats_dropdown', false, $post_type ) ) {

常見問題

FAQs
檢視更多 >