Uses
| Uses | Description |
|---|---|
| wp-admin/includes/network.php: allow_subdirectory_install | Filters whether to enable the subdirectory installation feature in Multisite. |
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
| wp-includes/wp-db.php: wpdb::get_row() | Retrieves one row from the database. |