Description
oik shortcode help for [nivo]
Usage
nivo__help( $shortcode );Parameters
- $shortcode
- ( mixed ) optional default: nivo –
Returns
voidSource
File name: oik-nivo-slider/nivo.phpLines:
1 to 3 of 3
function nivo__help( $shortcode="nivo" ) { return( __( "Display the nivo slideshow for attachments or other post types.", "oik-nivo-slider" ) ); }View on GitHub View on Trac
