59*60* @since 3.0.061*62* @param bool$allow Whether to enable the subdirectory installation feature in Multisite.63*Defaultfalse.64*/65if(apply_filters('allow_subdirectory_install',false)){66returntrue;67}6869if(defined('ALLOW_SUBDIRECTORY_INSTALL')&&ALLOW_SUBDIRECTORY_INSTALL){70returntrue;71}
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.