WordPress Library should be installed by default in Clutch projects. But if you want to manually install or update to the latest version it can be downloaded from below:
WordPress library adds these queries in Clutch:
Category | Function name | Description |
PAGES |
| Get pages from WordPress REST API |
| Get a page from WordPress REST API by page slug | |
| Get the front page from WordPress REST API | |
MENUS |
| Fetches a single menu by location |
MEDIA |
| Get media from WordPress REST API |
| Get a media item from WordPress REST API by media slug | |
| Get a media item from WordPress REST API by media ID | |
TAXONOMIES |
| Get categories from WordPress REST API |
| Get a term from WordPress REST API by term slug and type | |
| Get a term from WordPress REST API by term id and type | |
USERS |
| Get users from WordPress REST API |
| Get a user from WordPress REST API by user slug | |
| Get a user from WordPress REST API by user ID | |
SEARCH |
| search WordPress Library search |
POSTS |
| Get posts from WordPress REST API |
| Get a post from WordPress REST API by post slug | |
| Get a post from WordPress REST API by post ID |