Title: Caching &#8211; function.php ignored?
Last modified: December 21, 2016

---

# Caching – function.php ignored?

 *  Resolved [uk06](https://wordpress.org/support/users/uk06/)
 * (@uk06)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/caching-function-php-ignored/)
 * First and foremost, I very much like your plugin.
    Like others, I cannot switch
   off caching (which takes up a lot of space and might also create legal problems).
   I tried overriding the setting by including this in my theme’s function.php
 *     ```
       add_filter('content_cards_options', function($data) {
   
            $data['cache_images'] = false;
   
           return $data;
       }); 
       ```
   
 * but this is ignored, too. Changing the default in contentcards.php seems to work
   but is obviously not ideal.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * (@khromov)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/caching-function-php-ignored/#post-8576000)
 * Hi,
 * This is a known bug and we hope to fix it in the next version. If you would like
   to contribute, feel free to create a Pull Request for this:
    [https://github.com/ideag/content-cards](https://github.com/ideag/content-cards)

Viewing 1 replies (of 1 total)

The topic ‘Caching – function.php ignored?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/content-cards_d57c92.svg)
 * [Content Cards](https://wordpress.org/plugins/content-cards/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/content-cards/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/content-cards/)
 * [Active Topics](https://wordpress.org/support/plugin/content-cards/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/content-cards/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/content-cards/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/caching-function-php-ignored/#post-8576000)
 * Status: resolved