Through the integration with WordPress it is possible to access to the platform information (blog content, custom post types, users). For each user will be accessible:
- nome;
- e-mail;
- role;
- meta fields.
For each post will be accessible:
- publishing date;
- title;
- abstract;
- permalink;
- image;
- author;
- meta.
Technical integration
To integrate with WordPress provide the API endpoint
and, if needed, the user credentials (email
e password
).