Wordpress
From UBot Studio
(Difference between revisions)
(Created page with "The '''WordPress Commands and Functions''' allow for the creation, modification, and management of content on WordPress websites. == List of WordPress Commands and Functions ...") |
Revision as of 02:51, 3 July 2023
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.
- $wordpress image block: Generates a formatted WordPress image block with the provided image URL.
- $wordpress paragraph block: Converts a given text into a WordPress paragraph block format.