Description
Example hook for [github] shortcode
Usage
github__example( $shortcode );Parameters
- $shortcode
- ( mixed ) optional default: github –
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-github.phpLines:
1 to 5 of 5
function github__example( $shortcode="github" ) { $text = "Link to GitHub Issue #1 for bobbingwide/oik-bob-bing-wide" ; $example = "bobbingwide oik-bob-bing-wide issues 1" ; bw_invoke_shortcode( $shortcode, $example, $text ); }View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters:
