i’m trying to Update some options values using Redux Framework Plugin, i tried
update_option()
but it didn’t work
i can get Kirki option value On Redux like this
Kirki::get_option('config_id ', 'field_id')
how can i access Kirki using Redux then updating some options?