changing global settings via theme functions
-
Hello,
with the new version the the global Style settings changed its location and can now be found within Elementor Editor’s Settings Panel > Hamburger Menu > Site Settings.
How can I change some of these settings with a line of code in my functions.php?
In previous version I used to do this like this (disabling lightbox for example):
update_option('elementor_global_image_lightbox', "");
This does not work anymore now as it changed its location and is probably treated differently.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘changing global settings via theme functions’ is closed to new replies.