Hi,
I’m trying to create a key to only affect the blog_public option. The key with the following parameters works, but also affects the other options on the page, like show_on_front, posts_per_page etc.
How can I achieve this?
$_POST:
Array
(
[option_page] => reading
[action] => update
[_wp_http_referer] => /wp-admin/options-reading.php
[blog_public] => 0
[submit] => Save Changes
[_wpnonce] => ########
)