Description
Obtain tide information using the shortcode [us_tides tide_url='tide feed xml url'] The format of the feed is expected to be as in the following output from bw_trace
Usage
us_time_of_day_secs();Parameters
Returns
voidSource
File name: us-tides/shortcodes/us-tides.phpLines:
1 to 6 of 6
function us_time_of_day_secs() { extract( localtime( time(), true )); $secs = ((($tm_hour * 60) + $tm_min) * 60) + $tm_sec; bw_trace( $secs, __FUNCTION__, __LINE__, __FILE__, 'secs' ); return( $secs ); }View on GitHub
Called by
Invoked by
Call hooks
API Letters:
