I use the following piece of code: $sets = get_option( 'second_option' ); $sets['currency'] = 'some_value'; update_option('second_option', $ ...
確定! 回上一頁