@since: BuddyPress 2.3.0 |
Description |
---|---|
BP_Media_Extractor::strip_markup() |
Sanitize and format raw content to prepare for content extraction. |
bp_media_extractor_strip_markup |
Filters the generated plain text version of the content passed to the extractor. |
BP_Media_Extractor::extract_audio() |
Extract [audio] shortcodes and `` tags, from text. |
bp_media_extractor_audio |
Filters audio extracted from text. |
BP_Media_Extractor::extract_video() |
Extract [video] shortcodes from text. |
bp_media_extractor_videos |
Filters videos extracted from text. |
BP_Media_Extractor::extract_images_from_galleries() |
Extract images in [galleries] shortcodes from text. |
bp_media_extractor_galleries |
Filters image galleries extracted from text. |
BP_Media_Extractor::extract_images_from_featured_images() |
Extract the featured image from a Post. |
bp_media_extractor_featured_images |
Filters featured images extracted from a WordPress Post. |