wp_find_page
Locate pages and posts by search query, returning merged results with IDs, titles, slugs, status, and type to use for subsequent extraction or editing.
Instructions
Find pages AND posts matching query, merged (id, title, slug, status, type).
Read-only. Use this to locate the post_id to feed wp_extract_page / wp_edit_page.
install is the WP Engine install name; query is a simple search term.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| install | Yes |