gatherpressphotonapiurl

Filters the Photon API base URL used for geocoding and address search.

Auto-generated Example

add_filter(
   'gatherpress_photon_api_url',
    function( string $url ) {
        // Your code here.
        return $url;
    }
);

Parameters

Files

apply_filters( 'gatherpress_photon_api_url', self::PHOTON_API_URL )

← All Hooks