Description
Returns the required nivo slider jQuery version for the selected theme.
Usage
bw_nivo_version( $theme );Parameters
- $theme
- ( string ) required – theme name
- versions are: orman, pascal, default271 and oik271
- versions are: default, bar, dark, light, oik AND anything else
Returns
voidSource
File name: oik-nivo-slider/nivo.phpLines:
1 to 9 of 9
function bw_nivo_version( $theme ) { static $versions = array( "default271" => "271" , "oik271" => "271" , "orman" => "271" , "pascal" => "271" ); $version = bw_array_get( $versions, $theme, "32" ); return $version; }View on GitHub View on Trac
Called by
1 to 1 of 1
Invoked by
Calls
1 to 1 of 1
