wpseo_xml_sitemap_img, $image, $post
wpseo_xml_sitemap_img, $image, $post
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_xml_sitemap_img, $image, $post') is found 1 times:
- /inc/sitemaps/class-sitemap-image-parser.php line 338
* } * * @param object $post Post object. */ return apply_filters( 'wpseo_xml_sitemap_img', $image, $post ); } /** * Get attached image URL with filters applied. Adapted from core for speed. * * @param int $post_id ID of the post.