Description
Example hook for [oikp_download] shortcode
Usage
oikp_download__example( $shortcode );Parameters
- $shortcode
- ( mixed ) optional default: oikp_download –
Returns
voidSource
File name: oik-plugins/shortcodes/oik-plugins.phpLines:
1 to 6 of 6
function oikp_download__example( $shortcode='oikp_download' ) { oik_require( "includes/oik-sc-help.php" ); $text = "To create a button to download the bbboing plugin" ; $example = "plugin=bbboing"; bw_invoke_shortcode( $shortcode, $example, $text ); }View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters:
