You appear to be a bot. Output may be restricted
Description
Usage
us_tides__example( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: us_tides –
Returns
void
Source
File name: us-tides/shortcodes/us-tides.php
Lines:
1 to 6 of 6
function us_tides__example( $shortcode='us_tides' ) { $text = "To display tide times and heights for Portsmouth, NH (Station ID: 8423745)" ; $example = 'station=8423745'; bw_invoke_shortcode( $shortcode, $example, $text ); p( "The information displayed comes from the NOAA Tides and Currents website." ); }