You appear to be a bot. Output may be restricted
Description
Example for [bw_thumbs] shortcode
Usage
bw_thumbs__example( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_thumbs –
Returns
voidSource
File name: oik/shortcodes/oik-thumbs.phpLines:
1 to 5 of 5
function bw_thumbs__example( $shortcode="bw_thumbs" ) { $text = __( "To display 3 thumbnail images", "oik" ) ; $example = 'numberposts=3 post_type=attachment post_mime_type=image'; bw_invoke_shortcode( $shortcode, $example, $text ); }View on GitHub View on Trac