yithemes / yith-woocommerce-wishlist

YITH WooCommerce Wishlist gives your users the possibility to create, fill, manage and share their wishlists allowing you to analyze their interests and needs to improve your marketing strategies.
GNU General Public License v3.0
9 stars 12 forks source link

Enhance wishlist-view.php with more actions, filters and parameters #3

Closed JoryHogeveen closed 4 years ago

JoryHogeveen commented 4 years ago

This PR will add various actions and filters to the wishlist-view.php template so developers have more flexibility. I also added extra parameters to add context to these hooks.

Any feedback is welcome!

One note: There is an indentation mixage in this plugin. It seems that classes etc. are indented with tabs but templates are indented with spaces. What do you prefer?

alarocca130 commented 4 years ago

There is an indentation mixage in this plugin. It seems that classes etc. are indented with tabs but templates are indented with spaces. What do you prefer?

Following WordPress coding standards, we need to indent using tabs

Thank you for your report; I'll review plugin to use coherent indentantion everywhere

JoryHogeveen commented 4 years ago

Thanks @alarocca130 !