Description
Usage
oikth_download__syntax( $shortcode );Parameters
- $shortcode
- ( mixed ) optional default: oikth_download –
Returns
voidSource
File name: oik-themes/shortcodes/oik-themes.phpLines:
1 to 9 of 9
function oikth_download__syntax( $shortcode='oikth_download' ) { oik_require( "includes/oik-sc-help.php" ); $syntax = array( "theme" => bw_skv( "oik", "theme", "name of the theme" ) // , "text" => bw_skv( "dummy", "", "text for the button" ) // , "title" => bw_skv( "as text", "", "title for the tooltip" ) , "class" => bw_skv( "download", "", "CSS classes for the button" ) ); return( $syntax ); }View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters:
