wpseo_xml_sitemap_img, $image, $post

wpseo_xml_sitemap_img, $image, $post

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_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.