Skip to content

Instantly share code, notes, and snippets.

@renrax
Forked from ibndawood/functions.php
Created February 2, 2022 20:32
Show Gist options
  • Save renrax/0b3145977a84b4491b0b9d7be531da46 to your computer and use it in GitHub Desktop.
Save renrax/0b3145977a84b4491b0b9d7be531da46 to your computer and use it in GitHub Desktop.
Electro v2 - Enable wishlist and compare count
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