Description
Syntax hook for [github] shortcode
Usage
github__syntax( $shortcode );Parameters
- $shortcode
- ( mixed ) optional default: github –
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-github.phpLines:
1 to 9 of 9
function github__syntax( $shortcode="github" ) { $syntax = array( "owner,0" => bw_skv( null, "<i>owner</i>", "Repository owner" ) , "repo,1" => bw_skv( null, "<i>repository</i>", "Repository name" ) , "type,2" => bw_skv( null, "issues|archives/releases", "Content type" ) , "3" => bw_skv( null, "<i>identifier</i>", "Identifier" ) , "url" => bw_skv( "https://github.com", "<i>URL</i>", "GitHub URL" ) ); return( $syntax ); }View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters:
