Disable automatic creation of thumbnail sizes in Yet Another Related Posts Plugin (YARPP)

Disable automatic creation of thumbnail sizes in Yet Another Related Posts Plugin (YARPP) on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'yarpp_add_image_size', '__return_false' );
2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.