wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_editor_expand › WordPress Filter Hooks

Da4.1.0
Deprecaton/a
apply_filters( 'wp_editor_expand', true, $post_type )
Parametri: (2)
  • (bool) $expand Whether to enable the 'expand' functionality. Default true.
    Richiesto:
  • (string) $post_type Post type.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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