You appear to be a bot. Output may be restricted
Description
Help hook for [bw_countdown]
Usage
bw_countdown__help( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_countdown –
Returns
voidSource
File name: oik/shortcodes/oik-countdown.phpLines:
1 to 3 of 3
function bw_countdown__help( $shortcode="bw_countdown" ) { return( __( "Countdown timer", "oik" ) ); }View on GitHub View on Trac