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



allow_subdirectory_install › WordPress Filter Hooks

Da3.0.0
Deprecaton/a
apply_filters( 'allow_subdirectory_install', false )
Parametri:
  • (bool) $allow Whether to enable the subdirectory installation feature in Multisite. Default false.
    Richiesto:
Definito a:
Codex:

Filters whether to enable the subdirectory installation feature in Multisite.





Sorgenti

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