@since: BuddyPress 1.5.0 |
Description |
---|---|
bp_embed_oembed_discover |
Filters whether or not oEmbed discovery is on. |
bp_embed_get_cache |
Filters the cache value to be used in the oEmbed, if exists. |
bp_embed_oembed_html |
Filters the found cache for the provided URL. |
bp_embed_update_cache |
Fires if there is no existing cache and triggers cache setting. |
bp_{$this->id}_generate_rewrite_rules |
Fires in the generate_rewrite_rules method inside BP_Component. |
BP_Embed |
Enable oEmbeds in BuddyPress contexts. |
BP_Component::register_post_types() |
Set up the component post types. |
bp_{$this->id}_register_post_types |
Fires in the register_post_types method inside BP_Component. |
BP_Component::register_taxonomies() |
Register component-specific taxonomies. |
bp_{$this->id}_register_taxonomies |
Fires in the register_taxonomies method inside BP_Component. |