You appear to be a bot. Output may be restricted
Description
Delete the field to post relationship
Usage
_oik_f2t_delete_f2t( $bw_f2t );
Parameters
- $bw_f2t
- ( mixed ) required –
Returns
voidSource
File name: oik-types/admin/oik-f2t.phpLines:
1 to 3 of 3
function _oik_f2t_delete_f2t( $bw_f2t ) { bw_delete_option( $bw_f2t, "bw_f2ts" ); }View on GitHub