bp_messages_embed()
Enable oEmbed support for Messages.
Description
See also
Source
File: bp-messages/bp-messages-template.php
2196 2197 2198 2199 2200 | 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
Version | Description |
---|---|
BuddyPress 1.5.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.