bp_messages_embed()
Enable oEmbed support for Messages.
Description Description
See also See also
Source Source
File: bp-messages/bp-messages-template.php
function bp_messages_embed() {
add_filter( 'embed_post_id', 'bp_get_the_thread_message_id' );
add_filter( 'bp_embed_get_cache', 'bp_embed_message_cache', 10, 3 );
add_action( 'bp_embed_update_cache', 'bp_embed_message_save_cache', 10, 3 );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |