You appear to be a bot. Output may be restricted
Description
Syntax hook for [bw_more] shortcode
Usage
bw_more__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_more –
Returns
voidSource
File name: oik-read-more/shortcodes/oik-read-more.phpLines:
1 to 7 of 7
function bw_more__syntax( $shortcode="bw_more" ) { $syntax = array( "read_more" => bw_skv( "read more", "<i>text</i>", "Text for read more button" ) , "class" => bw_skv( null, "<i>CSS class</i>", "CSS class name(s)" ) ); return( $syntax ); }View on GitHub View on Trac