View_render_event On almost all views. What its for??
-
Quick Question
{!! view_render_event('bagisto.shop.products.wishlist.before') !!}
SOME CONTENTS
{!! view_render_event('bagisto.shop.products.wishlist.after') !!}
Can anyone please tell whats the use of this line??
-
Hello Geethananth.
If you simply want to render ( show ) a view before or after an event. You can use the view render event.
Check this out: https://devdocs.bagisto.com/render_event.htmlThanks.
-
Also check this out: https://bagisto.com/en/view-render-event-bagisto/
-
Thanks for your early reply.
So is it used to show something when a event get triggered? -
@aayush-bhatt172 Thanks buddy Now Understood