You appear to be a bot. Output may be restricted
Description
Usage
bw_accordion__example( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_accordion –
Returns
voidSource
File name: oik/shortcodes/oik-accordion.phpLines:
1 to 5 of 5
function bw_accordion__example( $shortcode="bw_accordion" ) { $text = __( "Display the two most recent pages", "oik" ); $example = "numberposts=2 post_type=page orderby=date order=DESC post_parent=0"; bw_invoke_shortcode( $shortcode, $example, $text ); }View on GitHub View on Trac