You appear to be a bot. Output may be restricted
Description
Help hook for [bw_more] shortcode "Hide remaining content behind 'read more' button"
Usage
bw_more__help( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_more –
Returns
voidSource
File name: oik-read-more/shortcodes/oik-read-more.phpLines:
1 to 5 of 5
function bw_more__help( $shortcode="bw_more" ) { return( "Read more button to progressively reveal content" ); }View on GitHub View on Trac