Description
Set/return the component typeWe should already know this from previous queries
Usage
oik_component_version_type( $type );Parameters
- $type
- ( mixed ) optional –
Returns
voidSource
File name: oik-shortcodes/shortcodes/oik-component-version.phpLines:
1 to 7 of 7
function oik_component_version_type( $type=null ) { static $component_type; if ( $type ) { $component_type = $type; } return( $component_type ); }View on GitHub
Called by
1 to 2 of 2
