wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_editor_expand › WordPress Filter Hooks

Seit4.1.0
Veraltetn/v
apply_filters( 'wp_editor_expand', true, $post_type )
Parameter: (2)
  • (bool) $expand Whether to enable the 'expand' functionality. Default true.
    Erforderlich: Ja
  • (string) $post_type Post type.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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