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
-
Newly cached HTML markup for embed.
- $cachekey
-
Key to use for the caching in the database.
- $id
-
ID to do the caching for.
Source Source
File: bp-core/classes/class-bp-embed.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |