Wordpress
From UBot Studio
The WordPress Commands and Functions allow for the creation, modification, and management of content on WordPress websites.
List of WordPress Commands and Functions
- connect to wordpress: Set up the connection to Wordpress.
- create wordpress post: Create a WordPress post with given parameters.
- delete wordpress post: Delete a WordPress post with a given ID.
- $find wordpress post by id: Find a WordPress post by its ID.
- $find wordpress post by title: Find a WordPress post with the given title.
- $get wordpress posts: Return all WordPress posts with a given post type.
- update wordpress post: Update a WordPress post with given parameters.
- $upload image to wordpress: Uploads an image file to WordPress using the provided file path.