You appear to be a bot. Output may be restricted
Description
Usage
us_tides__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: us_tides –
Returns
voidSource
File name: us-tides/shortcodes/us-tides.phpLines:
1 to 7 of 7
function us_tides__syntax( $shortcode='us_tides' ) { $syntax = array( "station" => bw_skv( "8423745", "<i>StationId</i>", "StationId for tide information" ) , "link" => bw_skv( "y", "n", "Include a link to Tides and Currents website") , "date_format" => bw_skv( "M d,Y", "date format", "PHP date format" ) ); return( $syntax ); }View on GitHub