You appear to be a bot. Output may be restricted
Description
Syntax for [ad] shortcode – Artisteer themes
Usage
ad__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: ad –
Returns
voidSource
File name: oik/includes/oik-sc-help.phpLines:
1 to 7 of 7
function ad__syntax( $shortcode='ad' ) { $syntax = array( "code" => BW_::bw_skv( 1, "2|3|4|5", __( "Advertisement selection - Artisteer theme options", "oik" ) ) , "align" => BW_::bw_skv( "left", "center|right", __( "Alignment", "oik" ) ) , "inline" => BW_::bw_skv( 0, "1", __( "0 if inline, 1 for block", "oik" ) ) ); return( $syntax ); }View on GitHub View on Trac