You appear to be a bot. Output may be restricted
Description
Set the options to the values expected in the test output
Usage
Tests_libs_oik_bobbfunc::update_options();
Parameters
Returns
voidSource
File name: oik-libs/tests/test-libs-bobbfunc.phpLines:
1 to 10 of 10
function update_options() { $bw_options = get_option( "bw_options" ); $bw_options['extended-address'] = ""; $bw_options['street-address'] = ""; $bw_options['locality'] = ""; $bw_options['region'] = ""; $bw_options['postal-code'] = ""; $bw_options['country-name'] = ""; update_option( "bw_options", $bw_options ); }View on GitHub