You appear to be a bot. Output may be restricted
Description
Delete the category to time relationship
Usage
_oik_bmc_delete_bmc( $bw_bmc );
Parameters
- $bw_bmc
- ( mixed ) required –
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove-categories.phpLines:
1 to 3 of 3
function _oik_bmc_delete_bmc( $bw_bmc ) { bw_delete_option( $bw_bmc, "bw_bmcs" ); }View on GitHub View on Trac