Make WordPress Core

Opened 5 years ago

Last modified 11 months ago

#50310 new enhancement

XML-RPC missing Homepage options in wp.getOptions and wp.setOptions

Reported by: vojtasmrcek's profile vojtasmrcek Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 5.4.1
Component: XML-RPC Keywords: reporter-feedback has-patch
Focuses: Cc:

Description

This ticket is related to https://core.trac.wordpress.org/ticket/33425

The wp.getOptions and wp.setOptions methods do not expose all the options fields. The fields show_on_front, page_on_front and page_for_posts are necessary to be able to set the Homepage remotely. This functionality has been already implemented in the mobile app but is missing for users with the self-hosted sites because there is no endpoint to get/set the value.

Change History (1)

This ticket was mentioned in PR #320 on WordPress/wordpress-develop by planarvoid.


5 years ago
#1

  • Keywords has-patch added; needs-patch removed

Trac ticket: https://core.trac.wordpress.org/ticket/50310

This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.

Note: See TracTickets for help on using tickets.