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:
定义位置
  • wp-admin/includes/class-wp-posts-list-table.php
    , line 513
引入
5.5.0
弃用

Filters whether to remove the ‘Formats’ drop-down from the post list table.

if ( apply_filters( 'disable_formats_dropdown', false, $post_type ) ) {