Hello,
Help me I can not figure out which field in the database is responsible for the option to enable / disable xml-rpc.
P.S. I want it to turn on / off as a query to the database.
Best Regards.
Hello,
Help me I can not figure out which field in the database is responsible for the option to enable / disable xml-rpc.
P.S. I want it to turn on / off as a query to the database.
Best Regards.
The *_options table, option_name = enable_xmlrpc
I have not this option_name in option table. I have only:
siteurl
blogname
blogdescription
users_can_register
admin_email
start_of_week
use_balanceTags
use_smilies
require_name_email
comments_notify
posts_per_rss
rss_excerpt_length
rss_use_excerpt
mailserver_url
mailserver_login
mailserver_pass password
mailserver_port
default_category
default_comment_status
default_ping_status
default_pingback_flag
default_post_edit_rows
posts_per_page
date_format
time_format
links_updated_date_format
links_recently_updated_prepend
links_recently_updated_append
links_recently_updated_time
If you change the setting in wp-admin does the option get created?
Unfortunately, this option is not created, but the xml-rpc works if I include it in control panel.
What version of WordPress are your using?
Hi,
You can simple do it from the wordpress admin panel settings via these steps:
wordpress admin area -. Settings – writing settings.
Thanks,
Shane G.
@Shane G
You are absolutely right. Only his question was about how to turn it off/on via wp-admin, it was "I want it to turn on / off as a query to the database" :-)
I use WordPress 2.8.4
The the option should be there in the wp_options table.
You must log in to post.