You appear to be a bot. Output may be restricted
Description
Set/return the component type
We should already know this from previous queries
Usage
oik_component_version_type( $type );
Parameters
- $type
- ( mixed ) optional –
Returns
void
Source
File name: oik-shortcodes/shortcodes/oik-component-version.php
Lines:
1 to 7 of 7
function oik_component_version_type( $type=null ) { static $component_type; if ( $type ) { $component_type = $type; } return( $component_type ); }