Home / Admin / Ignore Cover Image Block when “First Image in Content” is set as the Image Source
Duplicate Snippet

Embed Snippet on Your Site

Ignore Cover Image Block when “First Image in Content” is set as the Image Source

This filter can be used to ignore the cover image block when “First Image in Content” is set as the image source

<10
Code Preview
php
<?php
add_filter( 'aioseo_social_image_ignore_cover_block', '__return_true' );

Comments

Add a Comment