WP Manifestindependent plugin directory
manifest / integrations / xel-xwp-plugin

xel assistent

Plugin for wordpress sites running on the Xel Xwp Cluster

by xels · github.com/xelmedia/xel-xwp-plugin · website

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/xelmedia/xel-xwp-plugin/archive/refs/heads/master.zip

Xel XWP MU plugin (RestAPI)

Extending WP RestAPI v2 in our Must Use Plugin.

Installation:

  • Clone project in the must use directory
  • Composer install
  • mv xel-xwp-plugin.php outside the plugin dir

That's it! Verify if the url works!

Usage

Receive all post types of the WordPress site:

/wp-json/xel-xwp/v1/post-types

/wp-json/xel-xwp/v1/db-tables

/wp-json/xel-xwp/v1/themes

/wp-json/xel-xwp/v1/plugins

/wp-json/xel-xwp/v1/deactivated-themes

/wp-json/xel-xwp/v1/deactivated-plugins

Filters

By default, this plugin blocks unauthenticated access to the /wp/v2/users route WordPress's wp-json API exposes.

WP REST API v2 docs:

http://v2.wp-api.org/