Develop add-ons using the documented API
We are developers who value documentation of technical interfaces. This allows you to easily extend Real Media Library with features you want to develop yourself. Our documentation is automatically generated and therefore always up-to-date for the latest version of Real Media Library.
You should have some knowledge in WordPress plugin development to be able to use our API in and outside the WordPress context. If there are still questions, join our Slack Workspace, and we’ll be happy to help!
API Documentations
We develop software not only for end users, but also for developers. Check out our API documentation to customize your Real Media Library.
TypeScript/JavaScript API
Allows you to hook into the frontend of the Real Media Library and modify for example the folder tree.
WordPress Actions & Filters
Real Media Library offers many WordPress actions and filters to modify or extend its behavior.
PHP API
Real Media Library also provides a set of API functions and classes to extend backend functionality.
REST API
Real Media Library is built on top of the WP REST API, which you can use for your own developments.