You appear to be a bot. Output may be restricted
Description
Help hook for [bw_otd] shortcode
Usage
bw_otd__help( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_otd –
Returns
void
Source
File name: oik-dates/shortcodes/oik-otd.php
Lines:
1 to 3 of 3
function bw_otd__help( $shortcode="bw_otd" ) { return( __( "Display 'On this day' in history related content ", "oik-dates" ) ); }