You appear to be a bot. Output may be restricted
Description
Delete the tag to time relationship
Usage
_oik_bmt_delete_bmt( $bw_bmt );
Parameters
- $bw_bmt
- ( mixed ) required –
Returns
void
Source
File name: oik-batchmove/admin/oik-batchmove-tags.php
Lines:
1 to 3 of 3
function _oik_bmt_delete_bmt( $bw_bmt ) { bw_delete_option( $bw_bmt, "bw_bmts" ); }