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



allow_subdirectory_install › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'allow_subdirectory_install', false )
Parameter:
  • (bool) $allow Whether to enable the subdirectory installation feature in Multisite. Default false.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to enable the subdirectory installation feature in Multisite.





Quellcode

if ( apply_filters( 'allow_subdirectory_install', false ) ) {