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



editable_extensions › WordPress Filter Hooks

Seit4.9.0
Veraltetn/v
apply_filters( 'editable_extensions', $default_types, $plugin )
Parameter: (2)
  • (string[]) $default_types An array of editable plugin file extensions.
    Erforderlich: Ja
  • (string) $plugin Path to the plugin file relative to the plugins directory.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the list of file types allowed for editing in the plugin file editor.





Quellcode

$file_types = (array) apply_filters( 'editable_extensions', $default_types, $plugin );