wp_editor_expand

过滤钩子


apply_filters( 'wp_editor_expand', true, $post_type )
参数
  • (bool)
    $expand
    Whether to enable the ‘expand’ functionality. Default true.
    Required:
  • (string)
    $post_type
    Post type.
    Required:
定义位置
  • wp-admin/edit-form-advanced.php
    , line 60
引入
4.1.0
弃用

Filters whether to enable the ‘expand’ functionality in the post editor.

if ( apply_filters( 'wp_editor_expand', true, $post_type ) ) {