kylephillips / favorites

Simple and flexible favorite buttons for any WordPress post type.
https://favoriteposts.com
223 stars 86 forks source link

Add filter to add additional post extra data in ajax response #148

Open lphoumpakka opened 3 years ago

lphoumpakka commented 3 years ago

It is possible to add a new filter to add additional post extra_data on ajax request ?

Ex : $this->formatted_favorites[$site]['posts'][$key]['extra_data'] = apply_filters('favorites/add_extra_data', array(), $key); for the function 'addPostData' in 'FavoritesArrayFormatter' class File : app/Entities/Favorite/FavoritesArrayFormatter.php

Thanks