Title: Wishlist Counter
Last modified: December 21, 2020

---

# Wishlist Counter

 *  Resolved [stamatakis](https://wordpress.org/support/users/stamatakis/)
 * (@stamatakis)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/wishlist-counter/)
 * Hello! I am trying to put a counter of the wishlist on my menu but i get a fatal
   error with the code bellow:
 *     ```
       function yith_wcwl_ajax_update_count(){
       	wp_send_json( array(
       		'count' => yith_wcwl_count_products(),
       	) );
       }
       add_action( 'wp_ajax_yith_wcwl_update_wishlist_count', 'yith_wcwl_ajax_update_count' );
       add_action( 'wp_ajax_nopriv_yith_wcwl_update_wishlist_count', 'yith_wcwl_ajax_update_count' );
       ```
   
 * Did I type something wrong.

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

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/wishlist-counter/#post-13825982)
 * Hi there
 * the code that you posted shouldn’t cause any issue on your site
    I even tested
   it on my local installation, and I was able to successfully run the ajax call
   you defined (check my [screenshot](https://www.screencast.com/t/H1F7BxFSlsmJ))
 * Regarding the counter, I suggest you to check [this article](https://support.yithemes.com/hc/en-us/articles/115001372967-Wishlist-How-to-count-number-of-products-wishlist-in-ajax)
   from our knowledgebase
 *  Thread Starter [stamatakis](https://wordpress.org/support/users/stamatakis/)
 * (@stamatakis)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/wishlist-counter/#post-13852664)
 * Sorry it was my fault. It was right! Thank you about your time.
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/wishlist-counter/#post-13860571)
 * You’re welcome!
 * If you enjoy our plugin, don’t forget to leave us a 5 star [review](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/reviews/#new-post),
   to support us and help our work
    Thank you!

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

The topic ‘Wishlist Counter’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-wishlist/assets/icon-128x128.gif?rev=3129302)
 * [YITH WooCommerce Wishlist](https://wordpress.org/plugins/yith-woocommerce-wishlist/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-wishlist/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/wishlist-counter/#post-13860571)
 * Status: resolved