Changeset 46232 for trunk/src/wp-includes/ms-load.php
- Timestamp:
- 09/21/2019 05:40:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-load.php
r45932 r46232 204 204 * @since 3.9.0 205 205 * 206 * @param null| bool|WP_Site $site Site value to return by path.207 * @param string $domain The requested domain.208 * @param string $path The requested path, in full.209 * @param int|null $segments The suggested number of paths to consult.210 * Default null, meaning the entire path was to be consulted.211 * @param array $paths The paths to search for, based on $path and $segments.206 * @param null|false|WP_Site $site Site value to return by path. 207 * @param string $domain The requested domain. 208 * @param string $path The requested path, in full. 209 * @param int|null $segments The suggested number of paths to consult. 210 * Default null, meaning the entire path was to be consulted. 211 * @param array $paths The paths to search for, based on $path and $segments. 212 212 */ 213 213 $pre = apply_filters( 'pre_get_site_by_path', null, $domain, $path, $segments, $paths );
Note: See TracChangeset
for help on using the changeset viewer.