Title: Excluding Images
Last modified: March 6, 2021

---

# Excluding Images

 *  Resolved [esgu242](https://wordpress.org/support/users/esgu242/)
 * (@esgu242)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/excluding-images-3/)
 * Hi,
    Thank you for the wonderful plugin!!
 * I tried to exclude an image – but it is still served as webp
 * The reason I want to exclude it, because any convert on it [even with photoshop]–
   makes it bigger than original size [400Kb -> 500Kb+]
 * I used the snippet – but didn’t work:
 * add_filter(‘optml_dont_replace_url’, function( $old, $url ) {
    if ( $url === ‘
   [https://benjamin-axe.co.il/wp-content/uploads/2021/02/night-rider-cover-2.jpg&#8217](https://benjamin-axe.co.il/wp-content/uploads/2021/02/night-rider-cover-2.jpg&#8217);){
   return true; } return $old;
 * }, 10, 2);
 * Thanks in advance!
    Lior.

Viewing 1 replies (of 1 total)

 *  Plugin Support [Vytis](https://wordpress.org/support/users/bvytis/)
 * (@bvytis)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/excluding-images-3/#post-14147270)
 * Hi [@esgu242](https://wordpress.org/support/users/esgu242/),
 * Thank you for using Optimole and for your feedback, we appreciate it! 🙂
 * I see that you’re on WordPress, aren’t you using our plugin for WordPress?
 * If you’re using a plugin it’s not needed to use a filter and you can use UI to
   exclude an image from being served by Optimole:
    [https://docs.optimole.com/article/1191-exclude-from-optimizing-or-lazy-loading](https://docs.optimole.com/article/1191-exclude-from-optimizing-or-lazy-loading)
 * Let us know how it goes, thanks!

Viewing 1 replies (of 1 total)

The topic ‘Excluding Images’ is closed to new replies.

 * ![](https://ps.w.org/optimole-wp/assets/icon-256x256.gif?rev=3013666)
 * [Optimole – Optimize Images | Convert WebP & AVIF | CDN & Lazy Load | Image Optimization](https://wordpress.org/plugins/optimole-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/optimole-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/optimole-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/optimole-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/optimole-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/optimole-wp/reviews/)

## Tags

 * [exclude](https://wordpress.org/support/topic-tag/exclude/)

 * 1 reply
 * 2 participants
 * Last reply from: [Vytis](https://wordpress.org/support/users/bvytis/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/excluding-images-3/#post-14147270)
 * Status: resolved