Title: Hide 0
Last modified: March 4, 2021

---

# Hide 0

 *  Resolved [wakimaven](https://wordpress.org/support/users/wakimaven/)
 * (@wakimaven)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/hide-0/)
 * Is there a way to not display any value when the metafield is empty? Currently
   displays $0 which I find very odd. In other words, can one hide 0?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [mediawebster](https://wordpress.org/support/users/mediawebster/)
 * (@mediawebster)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/hide-0/#post-14139472)
 * Hello
 * Try in file – \wp-content\plugins\currency-switcher\index.php
 * add this code – [https://c2n.me/4bcqHp4.png](https://c2n.me/4bcqHp4.png)
 *     ```
       		if(!$value){
       			return  apply_filters('wpcs_price_free_text', "");
       		}
       ```
   
    -  This reply was modified 5 years, 3 months ago by [mediawebster](https://wordpress.org/support/users/mediawebster/).
 *  Thread Starter [wakimaven](https://wordpress.org/support/users/wakimaven/)
 * (@wakimaven)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/hide-0/#post-14178940)
 * Thanks!
    Worked perfectly. This simple tweak has saved me tons of work on Elementor
   templates.
 * I am happy.
 *  Plugin Support [mediawebster](https://wordpress.org/support/users/mediawebster/)
 * (@mediawebster)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/hide-0/#post-14184559)
 * Hello
 * Graet! Welcome;)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hide 0’ is closed to new replies.

 * ![](https://ps.w.org/currency-switcher/assets/icon-256x256.png?rev=2063672)
 * [WPCS - WordPress Currency Switcher Professional](https://wordpress.org/plugins/currency-switcher/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/currency-switcher/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/currency-switcher/)
 * [Active Topics](https://wordpress.org/support/plugin/currency-switcher/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/currency-switcher/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/currency-switcher/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [mediawebster](https://wordpress.org/support/users/mediawebster/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/hide-0/#post-14184559)
 * Status: resolved