bp_embed_update_cache, $cache, $cachekey, $id
bp_embed_update_cache, $cache, $cachekey, $id
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_embed_update_cache, $cache, $cachekey, $id') is found 1 times:
- /bp-core/classes/class-bp-embed.php line 239
* @param string $cache Newly cached HTML markup for embed. * @param string $cachekey Key to use for the caching in the database. * @param int $id ID to do the caching for. */ do_action( 'bp_embed_update_cache', $cache, $cachekey, $id ); // If there was a result, return it. if ( $html ) { /** This filter is documented in bp-core/classes/class-bp-embed.php */ return apply_filters( 'bp_embed_oembed_html', $html, $url, $attr, $rawattr );