=== Headless WordPress === Contributors: cyberlord92 Tags: headless wp, headless, disable frontend, headless cms, rest api Requires at least: 3.0.1 Tested up to: 5.9 Stable tag: 1.0.2 License: MIT/Expat License URI: https://docs.miniorange.com/mit-license Use WordPress as a Headless CMS. Integrate any frontend environment using WP REST APIs or create Custom APIs. == Description == Headless WordPress plugin allows you to use your WordPress CMS as a Headless CMS. You can integrate any frontend environment developed in Angular, React, Vue.js, Flutter, etc using WordPress APIs or you can create your own Custom APIs. = Use Case = * Use WordPress only for managing the content and fetch the content using APIs in the frontend environment. * Create customized API endpoints to fetch custom data in the mobile application or web clients via custom Endpoints. = Features = * Disable WordPress frontend * Create unlimited custom API endpoints * Fetch custom data using custom API endpoints * Fetch data from any WP table = Type of Data which you can retrieve with Custom Endpoints : = * WP Users and User Meta * WP Roles and Capabilities * WP Posts, Pages and custom post types * WP Options * WP Taxonomy * Woocommerce products * Custom data , Custom posts, Custom parameters , Custom fields and many more == Installation == = From your WordPress dashboard = 1. Visit `Plugins > Add New` 2. Search for `Headless WP`. Find and Install `Headless WP` plugin by miniOrange 3. Activate the plugin = From WordPress.org = 1. Download `Headless WP` plugin 2. Unzip and upload the `headless-wp` directory to your `/wp-content/plugins/` directory. 3. Activate Headless WP plugin from your Plugins page. = Once Activated = 1. Go to `Headless WP` menu 2. Click on `Headless Settings` tab 3. Enable the toggle 4. Save the configuration and your frontend will be disabled. == Screenshots == 1. Available APIs 2. Create Custom API 3. Headless Settings == Changelog == = 1.0.2 = Compatibility with WordPress 5.9 = 1.0.1 = Compatibility with WordPress 5.8 = 1.0.0 = * Initial version