You appear to be a bot. Output may be restricted
Description
Usage
us_tideurl_namify( $station );
Parameters
- $station
- ( mixed ) required –
Returns
voidSource
File name: us-tides/shortcodes/us-tides.phpLines:
1 to 4 of 4
function us_tideurl_namify( $station) { $newurl = "http://tidesandcurrents.noaa.gov/noaatidepredictions/NOAATidesFacade.jsp?datatype=Annual XML&Stationid=" . $station ; return $newurl; }View on GitHub