WP Manifestindependent plugin directory
manifest / developer / wp-api-co-author-plus-endpoints

WP REST API - Co-Authors Plus Endpoints

WP REST API companion plugin for Co-Authors Plus endpoints.

by Michael Jacobsen · github.com/mjacobsen4dfm/wp-api-co-author-plus-endpoints · website

0stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mjacobsen4dfm/wp-api-co-author-plus-endpoints/archive/refs/heads/master.zip

WP REST API Co-Author Plus Endpoints

Description

WP REST API companion plugin for Co-Authors Plus endpoints.

This plugin utilizes WP-API to query for Co-Authors Plus data and add authors to a post via the author term.

Reference

WP-API http://v2.wp-api.org https://wordpress.org/plugins/rest-api https://github.com/WP-API/WP-API

Co-Authors Plus https://wordpress.org/plugins/co-authors-plus https://github.com/Automattic/Co-Authors-Plus

To do:
  • Allow an array of co-author term IDs to be passed via JSON to attach multiple co-authors to a post.
  • Add functionality to use the co-author author-posts id to attach guest-authors to a post.
  • Add functionality to use the co-author author-users id to attach guest-authors to a post.

Changelog

0.0.1 (February 21, 2016)

  • Initial release.

0.0.2 (February 24, 2016)

  • Co-Authors enhanced release.

0.0.3 (February 25, 2016)

  • Muti-author feature release.

0.1.0 (March 02, 2016)

  • Production Release candidate