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