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