WordPress v4.7 has added the REST API into core, so this might explain why your REST functionality is still available even after uninstalling the REST API plugin.
Related Posts:
- WP Rest API: details of latest post including featured media url in one request?
- run silex or slim with wordpress
- WP JSON REST API (Ryan McCue) how to query posts with specific meta data with ‘AND’ relation?
- Best practice way to delete user meta data during plugin uninstall?
- How to delete custom taxonomy terms in plugin’s uninstall.php?
- To Disable WordPress Rest API or Not To Disable?
- Does plugin uninstall always put WordPress back into original state?
- How can I delete options with register_uninstall_hook?
- How to create gutenberg block using REST API independently or as headless way?
- Filter out results from REST API
- How to authenticate custom API endpoint in WooCommerce [closed]
- WordPress pods io – Rest API for fetching fields information for custom post type
- Reduce nonce lifespan
- Plugin uninstall: why run dbDelta after $wpdb->query($drop_sql)
- Add Products to user’s ID Woocommerce
- Store post in raw markdown format, no html?
- Is it possible to uninstall one plugin from within another plugin?
- REST-API: extend media-endpoint
- Keep user’s privileges on accessing contents in JSON response
- How to retrieve custom meta term of category taxonomy from WP Rest API?
- Remove caching from wp_remote_get calls from custom plugin
- How to check what plugins used to be on a WordPress installation?
- Global variables during plugin activation , deactivation and uninstall operarations
- I am getting error message on accessing menu-endpoint
- Detect permalinks when passing querystring in REST API requests
- UnInstallation of a Plugin from a developers perspective – The correct and clean method
- One of my plugins broke when I tried to update it, how do I safely uninstall it?
- How to save generated JWT token to cookies on login?
- How to modify WCMP Rest API response?
- wp_remote_get() returns 403 while file_get_contents() does not
- Ability to make API calls out of WordPress as well as executing SQL?
- Access WordPress data from external PHP application.
- How to remove traces from widget during uninstallation
- Limit post creation by role
- Ajax with plugins returns 0
- Set plugin-values when creating post via REST-API
- AFNetworking incorrectly interpreted WP_Error
- Custom message on plugin uninstall
- Does plugin’s uninstall.php file have access to the plugin ‘s object?
- Access WP_REST_Server from within plugin namespace
- Remove .htaccess portion upon plugin deactivation?
- REST route from a plugin not working if WordPress is installed in a subdirectory
- Can my hooked uninstall class function access a global var declared in main plugin file?
- Can plugin2 uninstall plugin1 at the very beginning of plugin2’s installation?
- How to create WordPress custom end point with multiple parameters?
- How do I make reusable content blocks for header and footer when using WordPress headless with another front-end?
- REST API can’t get the response manually
- How to integrate together a website currently hosted WordPress.com and a custom web application currently hosted on Azure?
- Custom API plugin to execute 3rd party API to retrieve data
- plugin uninstall function drop the tables, but shows errors on admin
- How Do I Uninstall a Current WordPress Theme and Install a Fresh Theme
- WordPress /users/me endpoint request forbidden
- Change Dashboard URL from wp-admin to wp-admin/index.php
- WordPress Media Library Folders + Custom Linux Server Hosting
- WordPress REST API: Query media files attached to a custom post type
- How to send SMS notification to customer after click on submit?
- How to send the featured image of a post to an API?
- Escape commas in REST API
- How to delete Crisp Chat plugin completely?
- One WooCommerce Store to multi distributor sites
- Custom REST API POST Endpoint Not Working, 404 Error
- Getting all woocommerce products from REST API call in plugin
- is it possible to fetch data from a remote api while admin is writing a new post?
- add tags to wordpress post using REST API
- WordPress output data to another website and pull data
- Hide response returned from WordPress REST API call
- How achive serving multiple concurrent Ajax / Rest calls in plugin?
- CRUD from WordPress to Business Central 365 through OData REST API
- WP Rest Api GET method restriction on route, but POST method also works
- Showing how many times is plugin activated or deactivated
- Modifying server’s response to API endpoint
- Can’t access 3rd party API, code works on local server but not on wordpress
- How can I add a permissions callback to the REST API index pages?
- How to get data from a private API and add it to wordpress pages
- Fetching users data from REST API
- Consume legacy rest api dependent upon WP API plugin
- wp rest api (v2) filter not working (404 error – rest_no_route)
- WordPress PHP error getting posts from another wordpress blog
- custom REST endpoint not passing body of POST request to callback
- Upload image to wordpress using ionic/cordova with WP REST API V2
- Sending post data over REST API, how to parse shortcodes in post_content?
- How to do rest APi with wordpress
- How to remove links generated by SEO-smart-links?
- Extend WordPress REST API with Scheme Pro Plugin
- how to know that a wordpress plugin support using API?
- wordpress Ajax success doesn’t return the value
- How can I send api calls from my plugin?
- Filter custom post type returned from REST api
- My wp_update_nav_menu action is firing twice
- WordPress REST API Visual Composer Shortcodes
- Update post meta Rest Api
- Social login authentication via wordpress rest api
- Is option_active_plugins actually doing anything useful?
- WordPress REST API filter on blank custom ACF
- WooCommerce REST API aborts connection [closed]
- Is it possible to create post in wordpress using postman?
- How to update a lot of posts on my WP site with additional content?
- how to update WordPress plugins from external website with nodejs?
- Block Root REST API Route using custom &/or iThemes
- Accessing Correct Database to Create REST API Endpoint