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



wp_default_editor › WordPress Filter Hooks

Da2.5.0
Deprecaton/a
apply_filters( 'wp_default_editor', $r )
Parametri:
  • (string) $r Which editor should be displayed by default. Either 'tinymce', 'html', or 'test'.
    Richiesto:
Definito a:
Codex:

Filters which editor should be displayed by default.





Sorgenti

return apply_filters( 'wp_default_editor', $r );