diff --git a/add-ons/pmpro-member-directory/override-start-location-for-specific-map.php b/add-ons/pmpro-member-directory/override-start-location-for-specific-map.php new file mode 100644 index 0000000..afe65b2 --- /dev/null +++ b/add-ons/pmpro-member-directory/override-start-location-for-specific-map.php @@ -0,0 +1,36 @@ + -34.397, + 'lng' => 150.644, + ); + + return $coordinates; +} +add_filter( 'pmpromd_default_map_start', 'mypmromd_override_default_map_start', 10, 2 );