You appear to be a bot. Output may be restricted
Description
Usage
oik_bmc_check_relationship_exists( $bmc );
Parameters
- $bmc
- ( mixed ) required –
Returns
voidTO DO
implement logic to prevent the relationship being added multiple timesSource
File name: oik-batchmove/admin/oik-batchmove-categories.phpLines:
1 to 4 of 4
function oik_bmc_check_relationship_exists( $bmc ) { $bmc_exists = bw_get_option( $bmc, "bw_bmcs" ); return( $bmc_exists ); }View on GitHub View on Trac