Last active
July 29, 2023 22:56
-
-
Save ibndawood/46c6f84a59280c66b5091651a17e9c16 to your computer and use it in GitHub Desktop.
Electro v2 - Enable wishlist and compare count
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( 'electro_show_wishlist_count', '__return_true' ); | |
add_filter( 'electro_show_compare_count', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, how to add a condition to display if the counter >0
Thanks