You appear to be a bot. Output may be restricted
Description
Usage
oik_x2t_check_relationship_exists( $x2t );
Parameters
- $x2t
- ( mixed ) required –
Returns
void
TO DO
implement logic to prevent the relationship being added multiple times
Source
File name: oik-types/admin/oik-x2t.php
Lines:
1 to 5 of 5
function oik_x2t_check_relationship_exists( $x2t ) { $x2t_exists = bw_get_option( $x2t, "bw_x2ts" ); return( $x2t_exists ); }