You appear to be a bot. Output may be restricted
Description
Display some usage notes for the oik-nivo-slider with an example
Usage
oik_nivo_slider_usage();
Parameters
Returns
voidSource
File name: oik-nivo-slider/admin/oik-nivo-slider.phpLines:
1 to 8 of 8
function oik_nivo_slider_usage() { BW_::p( __( "These options for the jQuery Nivo slider control the default behavior for each instance of the slider.", "oik-nivo-slider" ) ); oik_require( "nivo.php", "oik-nivo-slider" ); oik_require_lib( "oik-sc-help" ); bw_flush(); nivo__example(); sediv("cleared"); }View on GitHub View on Trac