You appear to be a bot. Output may be restricted
Description
Displays examples for [bwtrace] shortcode
Usage
bwtrace__example( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bwtrace –
Returns
voidSource
File name: oik/shortcodes/oik-trace.phpLines:
1 to 5 of 5
function bwtrace__example( $shortcode='bwtrace' ) { bw_invoke_shortcode( $shortcode, null, __( "To display the trace options and trace reset buttons.", "oik" ) ); bw_invoke_shortcode( $shortcode, "option=view", __( "To display a link to the active trace file.", "oik" ) ); bw_invoke_shortcode( $shortcode, "option=reset", __( "To display the trace reset only", "oik" ) ); }View on GitHub View on Trac