It does not. Some functionality actively uses HTTP API and is cached – feed fetching, updates checking. But caching is always implemented at wrapper’s level.
Making HTTP request without context is too unspecific to make educated guess about caching needs (one minute or one hour).
Related Posts:
- WordPress getting data from external API
- Difference Between Filter and Action Hooks?
- How can you check if you are in a particular page in the WP Admin section? For example how can I check if I am in the Users > Your Profile page?
- How to create an API for my plugin?
- How to store username and password to API in wordpress option DB?
- Is get_option() faster than accessing get_transient()?
- Is there a limit on making calls to WordPress.org API’s?
- Best practices for using the transients API
- Trouble with Transient API when W3TC is activated [closed]
- Using filters and actions for plugin API?
- WordPress and multithreading
- How to make dynamically-generated content searchable in WordPress?
- permalinks with get variables
- Build dynamic page from cURL (HTML page) response with plugin
- How to override a function call in functions.php?
- wp_enqueue_style built in styles
- How can I free up the memory used by update_post_meta?
- How to duplicate a curl XML request using HTTP API?
- Should I ask my Twitter plugin users to create their own Twitter App and API Keys to use my plugin?
- How can I render shortcode so that its not cached by Caching plugins?
- How to convert this cURL to wp_remote_get?
- Will cron job run if page loaded is being served from cache?
- Is using WP Transients to save external data for a plugin the best/right way?
- Cache directory needed for plugin
- Clearing cached plugin data if it is using an external object cache
- Make WordPress cache permanent for some pages until edited
- Will setcookie work if there is a cache plugin installed?
- Maximum lifetime for nonce
- Clearing caches on plugin uninstall
- Example Dashboard Widget, Cancel not working
- How to implement filesystem cache in WordPress
- Amending REST API function without deactivate/activate plugin every time changes is made
- Why does wp_remote_post returns an empty body response on certain endpoints?
- Adding custom end points, No error line
- Sending post request with wp_remote_post not working correctly
- Is using custom table to suit business needs instead of transients a big hit to page load speed?
- woocommerce_checkout_order_processed hook executing function twice
- Caching the_content calls
- What to hook into to check a value before a post is published?
- Add information to HTTP Header in WordPress Plugin
- Encoding Method for URLs?
- Google credentials and redirect URI for Google OAuth2 in a WordPress plugin, questions
- Service Worker Uncaught (in promise) DOMException
- Plugin index page code executes multiple times
- Pass CF7 form data to plugin
- Should I use wp-content/cache or [PLUGIN_DIR]/cache?
- I need to refresh page to display wp_get_current_user() : why?
- How can I control if post updated
- Best way to ping for the API changes in the wordpress?
- How to set a header in wp_safe_remote_get()?
- Plugin architecture to pull from API & create dynamic content on WP site?
- Lead form that submits to 2 external APIs
- Widget internal hooks and functions
- Allow REST API Endpoint to specific user and hide from public
- Custom Endpoint – Does it possible to use PUT method with WP API Rest?
- Get API auth_token token to renew weekly
- How to query a nested field in wordpress api using _fields param
- Undefined cache functions in my custom plugin
- call funcution when clicking submit
- Adding Amchart Interface to WordPress API
- How do I make secure API calls from my WordPress plugin?
- Generate Static Page to Show Search Results/Detail for API
- Using AJAX to submit and return data inside the WordPress Plugin Boiler Plate framework
- Hiding WordPress REST endpoints from public viewing using Basic Authentication
- add pagination to wp_remote_get
- Multisite and the JSON REST API: How to?
- Is it possible to restore an expired transient?
- How do WordPress plugins work with oAuth2 APIs?
- API WordPress is Limited? Return False
- Tie specific functions to options-update for limiting API requests
- Do you see any problems (mainly security-related) with how I’ve used wp_ajax_* actions?
- Is there a way to tell if a shorcode’s handler is being run before or after the content formatting filter?
- Plugin files not updated (cache cleared)
- Can a plugin differentiate syndication feeds from actual site views?
- Developing a plugin, ran it through P3 Profiler, shows up slow, but I don’t know why
- add_rewrite_rule not working
- How do I query posts and have their related taxonomies returned in the results?
- modify buddpress adminbar only in admin pages
- How to update WordPress Plugins in your own maintance application?
- Programmatically creating posts based on external JSON feed (asynchronously)
- External api call using wordpress
- Does WP REST API cache internally executed (rest_do_request) requests?
- Update Cache on Save Instead of Clearing It?
- Can’t save Image from external API into Database
- Cache API Images to Prevent Hot Linking
- how to send csv file to other server using wp_remote_post?
- How do I return XML to an API post request
- Show Image in Plugin Development
- Objective Best Practices for Plugin Development? [closed]
- add_menu_page() with different name for first submenu item
- Autoloading & Namespaces in WordPress Plugins & Themes: Can it Work?
- How to include PHP files in plugins the correct way
- How can I add an image upload field directly to a custom write panel?
- A tool to analyze rewrite rules? [closed]
- framework for plugin/theme options panel? [closed]
- Creating a table in the admin-style?
- Settings API with arrays example
- How to get the path to the current theme?
- How to make a plugin require another plugin?
- ajaxurl not defined on front end