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 ...") |
|||
Line 18: | Line 18: | ||
*[[upload image to wordpress|$upload image to wordpress]]: Uploads an image file to WordPress using the provided file path. | *[[upload image to wordpress|$upload image to wordpress]]: Uploads an image file to WordPress using the provided file path. | ||
− | |||
− | |||
− | |||
− |
Latest revision as of 01:54, 4 July 2023
The WordPress Commands and Functions allow for the creation, modification, and management of content on WordPress websites.
[edit] 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.