Changeset 53398 for trunk/src/wp-includes/class-wp-network.php
- Timestamp:
- 05/15/2022 08:30:46 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-network.php
r53397 r53398 405 405 * 406 406 * @param null|false|WP_Network $network Network value to return by path. Default null 407 * to continue retrieving the network.408 * @param string $domain The requested domain.409 * @param string $path The requested path, in full.410 * @param int|null $segments The suggested number of paths to consult.411 * Default null, meaning the entire path was to be consulted.412 * @param string[] $paths Array of paths to search for, based on `$path` and `$segments`.407 * to continue retrieving the network. 408 * @param string $domain The requested domain. 409 * @param string $path The requested path, in full. 410 * @param int|null $segments The suggested number of paths to consult. 411 * Default null, meaning the entire path was to be consulted. 412 * @param string[] $paths Array of paths to search for, based on `$path` and `$segments`. 413 413 */ 414 414 $pre = apply_filters( 'pre_get_network_by_path', null, $domain, $path, $segments, $paths );
Note: See TracChangeset
for help on using the changeset viewer.