Which WordPress option stores the current active theme?
I always thought that the current theme is saved under the “template” option.
I always thought that the current theme is saved under the “template” option.
When you edit a WordPress Multisite, there is this section of Attributes with multicheckboxes to select from, just curious what this actually does (if anything). I never needed to check “Public” checkbox in here for the site to be shown publicly. This is very strange to me and just wondering how WordPress uses this and if it’s used at all and how?
I have a custom WordPress plugin with a variety of settings that I use across multiple websites. I also use a few of the same 3rd party plugins across all of those pages. I would like to be able to stylize them the same way, but with different colors. While I could add CSS to every site, it is difficult for some of our non-techy admins to go through the CSS and change the hex codes on the correct classes. I am trying to figure out the best way to do this. Here is what I’ve looked into so far:
I am currently working on my first WordPress plugin. To save and output certain settings I use the native Settings API. Now the question arises, how performant are several calls of the get_option() function.
im just developing a web page with the gutenbiz theme and im changing a lot of the features through the elementor webpage builder, i have my blog page set as a blog but the post im editing them on the elementor and then im publishing them,the problem now its that i cannot access this post … Read more
All my options are stored in one array test_hs_options I have select list settings field ( test_hs_options[‘duration_months’] ) which stores the selected month (1-12). For this settings field, I would like to set a default option at 5. All my attempts at setting the default have failed. What am I missing? // Callback for displaying … Read more
A recent update to one of the plugins I use broke my multisite blog and in the process of debugging it, all of the plugins got disabled. Now I have to try to figure out which plugins used to be enabled, but that’s a big chore for various reasons.
is there a way to upload a file while saving options in WP ?
I have this option setting (save is binded to options.php) and need to upload and store a file on server
This question got me thinking Transient RSS feeds in wp_options not removed automatically?
Can someone tell me how to get the time zone that is set in the WordPress Admin?