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