You appear to be a bot. Output may be restricted
Description
Create the snippet for the NextGEN [nggallery] shortcode with parameters "id=1 template=carousel" – as for the example
Usage
nggallery__snippet( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: nggallery –
Returns
voidSource
File name: oik/shortcodes/oik-galleries.phpLines:
1 to 3 of 3
function nggallery__snippet( $shortcode="nggallery" ) { _sc__snippet( $shortcode, "id=1 template=carousel" ); }View on GitHub View on Trac