Rest Manager
Manage all rest api route. Disable or filter plugins loaded on request rest api.
Maintenance 12/1002768d since update
Active installs
20
Downloads
1,339
Reviews
2
Age
8.1y
Tagsapirestmanagerwp-jsonresp-api
Plugin info
Total downloads: 1,339
Active installs: 20
Total reviews: 2
Average rating: 5
Support threads opened: 1
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/2/2018 (2768 days ago)
Added to WordPress: 11/20/2017 (8 years old)
Minimum WordPress version: 4.8
Tested up to WordPress version: 4.9.24
Minimum PHP version: 5.6.31
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2768 days ago • Support resolved 0% • 2 reviews
12/100
Is Rest Manager abandoned?
Possibly abandoned (last update 2768 days ago).
Compatibility
Requires WordPress: 4.8
Tested up to: 4.9.24
Requires PHP: 5.6.31
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
MIPL CRM/API Integration for Contact Form 7
Rating 5.0/5 (1 reviews) • Active installs 20
Description
Speed up wordpress rest api by filter loaded plugin for every route.
On each rest api request wordpress load every plugins, this is a bottleneck and the rest api slow down.
This plugin install a must use plugin for filter plugins before load to set only desired plugins load by route.
The must use plugin is uninstall on desactivate the rest-manager plugin.
Features:
- Disbale selected rest route.
- Filter plugins load by rest route.
Installation
- Upload the plugin files to the
/wp-content/plugins/rest-managerdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->Rest Manager screen to configure the plugin
Frequently Asked Questions
Installation Instructions
- Upload the plugin files to the
/wp-content/plugins/rest-managerdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->Rest Manager screen to configure the plugin
Review feed
No reviews available
Changelog
1.0.7
- Fix default active “on” route option if route not exist in “rest-manager_routes” wp options.
On install new plugin with new routes the route option is not correctly set to default.
1.0.6
- Change settings column name from Select to Active
1.0.5
- Fix load settings fields for route fields
- On filter route force to load rest-manager if route is filtered and if not active.
1.0.4
- Add remove old deprecated mu-plugin.
1.0.3
- Update Readme
- Fix version
1.0.2
- Fix mu plugin name
- Fix pluggable function not exist.
- Add delete option on uninstall plugin