skip to Main Content

update_option in gateway wordpress – Woocommerce

my gateway name is ( Woocommerce_Add_ZarinPal_Gateway ) i want update title this gateway from code and this my code $my_options = get_option('woocommerce_WC_ZPal_settings'); $my_options['woocommerce_WC_ZPal_settings']['title'] = 'test'; update_option('woocommerce_WC_ZPal_settings', $my_options); but when i update gateway other option with same name is update /…

VIEW QUESTION
Back To Top
Search