You appear to be a bot. Output may be restricted
Description
Example for [bw_button]
Usage
bw_button__example( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_button –
Returns
voidSource
File name: oik/shortcodes/oik-button.phpLines:
1 to 5 of 5
function bw_button__example( $shortcode='bw_button' ) { $text = __( "To create a button suggesting that the user tries the bbboing plugin", "oik" ) ; $example = 'link="https://www.oik-plugins.com/oik-plugins/bbboing/" text="'. __( "Give the bbboing plugin a test drive", "oik" ) . '"'; bw_invoke_shortcode( $shortcode, $example, $text ); }View on GitHub View on Trac