Remove Image Link From All WP Show Posts Posts

// Remove the image link from all posts queried via WP Show Posts
add_filter( 'wpsp_disable_image_link', '__return_true' );

#