You appear to be a bot. Output may be restricted
Description
Simulates a stored user location.
Usage
$array = Tests_Admin_wpCommunityEvents::get_user_location();
Parameters
Returns
array The mock location.
Source
File name: wordpress-develop-tests/phpunit/tests/admin/wpCommunityEvents.php
Lines:
1 to 9 of 9
private function get_user_location() { return array( 'description' => 'San Francisco', 'latitude' => '37.7749300', 'longitude' => '-122.4194200', 'country' => 'US', ); }