You appear to be a bot. Output may be restricted
Description
Delete the taxonomy to type relationship
Usage
_oik_x2t_delete_x2t( $bw_x2t );
Parameters
- $bw_x2t
- ( mixed ) required –
Returns
voidSource
File name: oik-types/admin/oik-x2t.phpLines:
1 to 3 of 3
function _oik_x2t_delete_x2t( $bw_x2t ) { bw_delete_option( $bw_x2t, "bw_x2ts" ); }View on GitHub