You appear to be a bot. Output may be restricted
Description
Delete an oik taxonomy
Usage
_oik_tax_delete_taxonomy( $bw_taxonomy );
Parameters
- $bw_taxonomy
- ( mixed ) required –
Returns
voidSource
File name: oik-types/admin/oik-taxonomies.phpLines:
1 to 3 of 3
function _oik_tax_delete_taxonomy( $bw_taxonomy ) { bw_delete_option( $bw_taxonomy, "bw_taxonomies" ); }View on GitHub