Opened 9 years ago
Last modified 8 years ago
#33425 new defect (bug)
XML-RPC missing options on wp.getOptions
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | XML-RPC | Keywords: | reporter-feedback needs-patch |
Focuses: | Cc: |
Description
Why the list of options available here
doesn’t match this https://codex.wordpress.org/Option_Reference
For example default_category or blog_public fields are not available on XML-RPC.
Attachments (3)
Change History (11)
#2
@
9 years ago
I think it will good to add all the ones that that are on the documentation of XML-RPC as available.
#3
@
9 years ago
The attached changes have been/are being tested, so far so good. I'll update here if I notice anything.
Edit: Realized I didn't add descriptions to most of the fields. I'll upload another attachment.
#4
@
9 years ago
Ping @wonderboymusic
There's a feature being merged into WordPress for Android that needs to toggle based on the version that this ticket will be launched in. Do you have info on the expected release date and version?
#5
@
9 years ago
@tonyrankin 4.5 at the earliest, however a good reason for exposing the options would be appreciated. I don't see most of them being useful for a content publishing client (which is what the XML-RPC is for mostly)
It looks like this is related to https://github.com/wordpress-mobile/WordPress-Android/issues/3434
#6
@
9 years ago
The mobile apps try to support WP.org when possible, we're working on exposing site settings to our users. There's a way to change these settings for WP.com users via the REST-API but our self-hosted users will have no way to modify (or even read) their settings.
#7
@
8 years ago
Use case: default_post_format
- used to pre-select post_format in the client editor.
Ref: https://github.com/wordpress-mobile/WordPress-Android/issues/4580
I don't think there's a great reason for the disparity, what do you propose we add?