eventorganiser_google_maps_url
(filter)
Filters the URL for Google Maps
Parameters
string
|
|
The URL of Google Maps
|
Example Usage
add_filter( 'eventorganiser_google_maps_url', 'my_callback_function', 10, 1 );
function my_callback_function( ){
//Change first value and return it
return
};