You appear to be a bot. Output may be restricted
Description
Update the field to post relationship
Usage
_oik_f2t_update_f2t( $bw_f2t );
Parameters
- $bw_f2t
- ( mixed ) required –
Returns
voidSource
File name: oik-types/admin/oik-f2t.phpLines:
1 to 9 of 9
function _oik_f2t_update_f2t( $bw_f2t ) { $f2t = bw_array_get( $bw_f2t['args'], "f2t", null ); if ( $f2t ) { unset( $bw_f2t['args']['f2t'] ); bw_update_option( $f2t, $bw_f2t, "bw_f2ts" ); } else { bw_trace2( $f2t, "Logic error?" ); } }View on GitHub