I’m using Settings API and I can’t get checkboxes to work, if they’re set to “false” they’re not even being $_POST and that’s ...
-
April 30, 2022
- 0 Comments
I am asking for advice on best practices on how to write this code. Currently I have simple theme options with text fields, ...
-
April 30, 2022
- 0 Comments
I’m trying to empty an option created with the Settings API and failing. update_option ( 'my_option', '' ); appears to do nothing, whereas ...
-
April 29, 2022
- 0 Comments
I think the title pretty much says it all! I’m working my way through various tutorials on how to add an options page ...
-
April 28, 2022
- 0 Comments
I’m trying to build a gutenberg block (via plugin) that interfaces with a third-party api via credentials. I’m unsure how to, or even ...
-
April 27, 2022
- 0 Comments
I wrote a plugin that has various options and in case the user saves this options a CSS file will be generated. My ...
-
April 25, 2022
- 0 Comments
Is there a way of adding settings fields dynamically? I have my own Settings API options generator just like in Chip Bennet’s Oenology ...
-
April 24, 2022
- 0 Comments
I am developing a theme and I wanted to add some extra content to the built in background options page. I know how ...
-
April 22, 2022
- 0 Comments
(This is sort of a follow-up to this question.) I’m able to display the two WYSIWYG editors on my theme options page, but ...
-
April 21, 2022
- 0 Comments