do_action( 'bp_embed_update_cache', string $cache , string $cachekey , int $id )
Fires if there is no existing cache and triggers cache setting.
Description Description
Lets components / plugins save their cache.
Parameters Parameters
- $cache
-
(string) Newly cached HTML markup for embed.
- $cachekey
-
(string) Key to use for the caching in the database.
- $id
-
(int) ID to do the caching for.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |