You appear to be a bot. Output may be restricted
Description
Usage
_oik_cpt_update_type( $bw_type );
Parameters
- $bw_type
- ( mixed ) required –
Returns
voidSource
File name: oik-types/admin/oik-types.phpLines:
1 to 9 of 9
function _oik_cpt_update_type( $bw_type ) { $type = bw_array_get( $bw_type['args'], "type", null ); if ( $type ) { unset( $bw_type['args']['type'] ); bw_update_option( $type, $bw_type, "bw_types" ); } else { bw_trace2( $type, "Logic error?" ); } }View on GitHub