Quantcast
Channel: Posts Category REST Endpoints - JSON API User Plus Plugin Documentation
Browsing latest articles
Browse All 11 View Live

add_post

This endpoint will allow you to add new posts. You can also add CPT by providing type var. Featured image can also be attached with the post. Custom fields can be added via `update_post_meta` endpoint...

View Article



update_post

This endpoint will allow you to update posts. You can also add CPT by providing type var. Featured image can also be attached with the post. Custom fields can be added via `update_post_meta` endpoint...

View Article

delete_post

This endpoint will allow you to delete posts. Provide `post_media` var – to delete all previously attached images from post, pass value ‘delete`. `nonce` requirement can be disabled from Settings >...

View Article

get_post_meta

This endpoint is used to get post meta for any custom fields of post. If you provide meta_key, only that data will be provided otherwise, all post_meta will be fetched. The post get_post_meta appeared...

View Article

update_post_meta

This endpoint is used to add/update post meta for any custom fields to post. You must include one or more vars in your request to add or update post_meta. e.g. ‘name’, ‘website’, ‘skills’. You must...

View Article


delete_post_meta

This endpoint is used to delete post meta ( custom fields ) of post. You must include one or more vars in your request to delete post_meta. e.g. ‘name’, ‘website’, ‘skills’. You must provide multiple...

View Article

post_comment

This endpoint is used to submit comments to any post. The post post_comment appeared first on PI Media.

View Article

comments

This endpoint will fetch comments. Pagination of comments is also available. The post comments appeared first on PI Media.

View Article


get_post_media

This endpoint is used to get post all attachments. If you provide ‘type’ variable, only that type attachments will be provided otherwise, all attachments will be fetched. Possible vlaue for type var...

View Article


get_metabox_gallery

This endpoint is used to get any post, custom post type (CPT) all gallery images from custom field. If you provide ‘meta_key’ variable of Meta Box custom field, gallery images will be listed. You can...

View Article

update_cpt

This endpoint will allow you to update custom post type CPT posts by providing type var. Featured image can also be attached with the post. Custom fields can be added via `update_post_meta` endpoint...

View Article
Browsing latest articles
Browse All 11 View Live




Latest Images