wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



wp_editor_expand › Hooks de Filtros WordPress

Desde4.1.0
Obsoleton/a
apply_filters( 'wp_editor_expand', true, $post_type )
Parâmetros: (2)
  • (bool) $expand Whether to enable the 'expand' functionality. Default true.
    Required: Yes
  • (string) $post_type Post type.
    Required: Yes
Definido em:
Codex:

Filters whether to enable the 'expand' functionality in the post editor.





Fonte

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