You appear to be a bot. Output may be restricted
Description
Usage
WP_UnitTest_Factory_For_Network::get_object_by_id( $network_id );
Parameters
- $network_id
- ( mixed ) required –
Returns
void
Source
File name: wordpress-develop-tests/phpunit/includes/factory/class-wp-unittest-factory-for-network.php
Lines:
1 to 3 of 3
public function get_object_by_id( $network_id ) { return get_network( $network_id ); }