We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9f8dc commit 2cf3afaCopy full SHA for 2cf3afa
php/class-delivery.php
@@ -369,7 +369,7 @@ public function is_deliverable( $attachment_id ) {
369
370
$svg = $this->plugin->get_component( 'svg' );
371
372
- if ( ! $is && $svg->is_active() && $svg::is_svg( $attachment_id ) ) {
+ if ( ! $is && $svg->is_active() && $svg::is_svg( $attachment_id ) && 'on' === $this->plugin->settings->get_value( 'image_delivery' ) ) {
373
$is = true;
374
}
375
0 commit comments