Lines:
1 to 18 of 18
<?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName /** * Class with methods to extract metadata from a post/page about videos, images, links, mentions embedded * in or attached to the post/page. * * @package Jetpack */ /* class Jetpack_Media_Meta_Extractor */ /* function Jetpack_Media_Meta_Extractor::extract() – Gets the specified media and meta info from the given post. */ /* function Jetpack_Media_Meta_Extractor::extract_from_content() – Gets the specified meta info from the given post content. */ /* function Jetpack_Media_Meta_Extractor::get_image_fields() – Get image fields for matching images. */ /* function Jetpack_Media_Meta_Extractor::extract_images_from_content() – Helper function to get images from HTML and return it with the set sturcture. */ /* function Jetpack_Media_Meta_Extractor::build_image_struct() – Produces a set structure for extracted media items. */ /* function Jetpack_Media_Meta_Extractor::get_images_from_html() – Extracts images from html. */ /* function Jetpack_Media_Meta_Extractor::get_stripped_content() – Strips concents of all tags, shortcodes, and decodes HTML entities. */