You appear to be a bot. Output may be restricted
Description
Syntax hook for [bw_wtf] shortcode
Usage
bw_wtf__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_wtf –
Returns
voidSource
File name: oik/shortcodes/oik-wtf.phpLines:
1 to 7 of 7
function bw_wtf__syntax( $shortcode="bw_wtf" ) { $syntax = array( "event" => BW_::bw_skv( "hover", "click", __( "Event to trigger the revealing", "oik" ) ) , "effect" => BW_::bw_skv( "slideToggle", "toggle", __( "Method used to reveal the content", "oik" ) ) , "text" => BW_::bw_skv( sprintf( __( '%1$s to %2$s source', "oik" ), "hover", "slideToggle" ), "<i>" . __( "text", "oik" ) . "</i>", __( "Text above the hidden content", "oik" ) ) ); return( $syntax ); }View on GitHub View on Trac