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