Remove image from meta
-
I have a filter set up on
wpseo_add_opengraph_additional_imagesand in this filter I’m adding an alternate image to theimage_container.However, there doesn’t seem to be a way to remove an image from the container. There’s no method on the Image class that enables me to do that.
How can I remove a meta image from the image_container?
This is the problem method:
$this->add_from_indexable( $context->indexable, $image_container );It’s adding the “Featured Image” as the meta image tag when I don’t want it to.
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Remove image from meta’ is closed to new replies.