manifest / integrations / wp-bridge-post-formats
Bridge: Post Formats
Expose Post Formats in WP REST API
by Dzikri Aziz · github.com/kucrut/wp-bridge-post-formats · website
★ 2stars
251composer installs
0forks
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/kucrut/wp-bridge-post-formats/archive/refs/heads/master.zipAlso on Packagist as kucrut/bridge-post-formats:
composer require kucrut/bridge-post-formatsFrom the readme
Bridge: Post Formats
Expose Post Formats in WP REST API.
Endpoint: /wp-json/wp/v2/formats
Just like categories, but for post formats.
This plugin was primarily built for Minnie.
Requirements
WordPress 4.5+
WP API 2.0-beta13+
Changelog
0.2.0
Remove WP-API from dependencies
0.1.0
Initial