Title: Change proposal
Last modified: February 15, 2020

---

# Change proposal

 *  [d9media](https://wordpress.org/support/users/d9media/)
 * (@d9media)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/change-proposal/)
 * Hey, first of all thanks very much for your work. Excellent plug-in, my client
   loves it!
 * Please allow me to propose a small (non-breaking) addition to the plug-in logic.
   A requirement came up for me to always show a placeholder for certain products.
   For the sake of clean code, I thought the best way to do this would be to add
   a little filter at index.php:181:
 * `if ( ! empty( $thumb_ids ) && ! apply_filters("woosq_always_placeholder", false)){`
 * instead of just
 * `if ( ! empty( $thumb_ids ) {`
 * This gives us a way to alter the behavior in another plug-in or the theme functions.
   php:
 * `add_filter( "woosq_always_placeholder", function(){ return true; }, 10);`
 * … or, thanks to PHP 7.4 arrow functions:
 * `add_filter( "woosq_always_placeholder", fn() => true ), 10);`
 * I hope you will find this useful and consider including the code in future updates.
 * Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Author [WPClever](https://wordpress.org/support/users/wpclever/)
 * (@wpclever)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/change-proposal/#post-12442522)
 * Hi,
 * Thank you very much for your suggestion. I will transfer this to our developers
   for consideration. Hopefully this will be added in the coming updates of our 
   plugin.
 * We wish you a nice day. Hope you enjoy our plugin.
    Best regards.
    -  This reply was modified 6 years, 3 months ago by [WPClever](https://wordpress.org/support/users/wpclever/).

Viewing 1 replies (of 1 total)

The topic ‘Change proposal’ is closed to new replies.

 * ![](https://ps.w.org/woo-smart-quick-view/assets/icon-128x128.png?rev=1857803)
 * [WPC Smart Quick View for WooCommerce](https://wordpress.org/plugins/woo-smart-quick-view/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-smart-quick-view/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-smart-quick-view/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-smart-quick-view/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-smart-quick-view/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-smart-quick-view/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WPClever](https://wordpress.org/support/users/wpclever/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/change-proposal/#post-12442522)
 * Status: not resolved