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
voidSource
File name: oik-batchmove/admin/oik-batchmove-tags.phpLines:
1 to 3 of 3
function _oik_bmt_delete_bmt( $bw_bmt ) { bw_delete_option( $bw_bmt, "bw_bmts" ); }View on GitHub View on Trac