You appear to be a bot. Output may be restricted
Description
Produce the code snippet for the nivo shortcode as used in the example
Usage
nivo__snippet( $shortcode, $atts );
Parameters
- $shortcode
- ( mixed ) optional default: nivo –
- $atts
- ( mixed ) optional –
Returns
voidSource
File name: oik-nivo-slider/nivo.phpLines:
1 to 4 of 4
function nivo__snippet( $shortcode='nivo', $atts=null ) { $atts = 'theme=oik post_type="screenshot:oik-nivo-slider" caption=n link=n'; _sc__snippet( $shortcode, $atts ); }View on GitHub View on Trac