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