WordPress · Example Payload

Wordpress Page Input Example

CMSContent ManagementOpen SourceWordPress

Wordpress Page Input Example is an example object payload from WordPress, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titlecontentstatusparentmenu_order

Example Payload

Raw ↑
{
  "title": "New Page",
  "content": "Page content goes here.",
  "status": "publish",
  "parent": 0,
  "menu_order": 0
}