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