You appear to be a bot. Output may be restricted
Description
Usage
bw_iframe__example( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_iframe –
Returns
voidSource
File name: oik/shortcodes/oik-iframe.phpLines:
1 to 4 of 4
function bw_iframe__example( $shortcode="bw_iframe" ) { $text = "Example: Display the site's home page as if you were viewing it on an iPhone - landscape mode"; bw_invoke_shortcode( $shortcode, _bw_example_parms() , $text ); }View on GitHub View on Trac