Lines:
1 to 15 of 15
<?php /** * WPSEO plugin file. * * @package WPSEO */ /* class WPSEO_Content_Images */ /* function WPSEO_Content_Images::get_images() – Retrieves images from the post content. */ /* function WPSEO_Content_Images::get_images_from_content() – Grabs the images from the content. */ /* function WPSEO_Content_Images::get_img_tags_from_content() – Gets the image tags from a given content string. */ /* function WPSEO_Content_Images::get_img_tag_source() – Retrieves the image URL from an image tag. */ /* function WPSEO_Content_Images::get_post_content() – Retrieves the post content we want to work with. */