WP Manifestindependent plugin directory
manifest / integrations / wordpress-rest-api-integration

WordPress REST API Integration

Integration patterns for exposing and consuming tailored WordPress REST API functionality.

by Sang Huynh Xuan · github.com/sanghuynhxuan/wordpress-rest-api-integration

0stars
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/sanghuynhxuan/wordpress-rest-api-integration/archive/refs/heads/main.zip

Readme

WordPress REST API Integration

A protected custom REST endpoint exposing a compact site-health payload.

Functional scope

  • Runs as a standalone WordPress plugin
  • Uses a plugin-specific PHP namespace to avoid class collisions
  • Includes an admin settings screen and an enable/disable option
  • Implements real WordPress or WooCommerce hooks for the stated workflow
  • Cleans up its option on uninstall

Installation

Copy this repository into wp-content/plugins/wordpress-rest-api-integration, activate it, then open Settings → WordPress REST API Integration.

Production note

This is a working reference implementation intended for discovery and adaptation to a client’s requirements. Test on staging before deployment.

Read the full README on GitHub →