Change the popup setting in database
-
Hello,
How can I bulk editing the Extra CSS Selectors setting in database?
I find the value of the popup_triggers:
a:1:{i:0;a:2:{s:4:”type”;s:10:”click_open”;s:8:”settings”;a:3:{s:15:”extra_selectors”;s:0:””;s:10:”do_default”;i:1;s:6:”cookie”;a:1:{s:4:”name”;N;}}}}
I tried to add .my-class into the value as below, but it failed:
a:1:{i:0;a:2:{s:4:”type”;s:10:”click_open”;s:8:”settings”;a:3:{s:15:”extra_selectors”;s:0:”.my-class“;s:10:”do_default”;i:1;s:6:”cookie”;a:1:{s:4:”name”;N;}}}}
How should I add .my-class into the popup_triggers value?
Thanks!
Henry
The topic ‘Change the popup setting in database’ is closed to new replies.