Hi guys,
I recently implemented a PageLoad event, with some logic that affects Front-end in my event.
Got into situation that changes are applyed to whomever is in Admin, and attempts to see paragraph or do whatever in backend.
Question:
Can I somehow isolate PageLoad event,`add some conditional arround my implementation, and make sure that it will execute only if I am in Front-end?
Would be great if I could somehow detect that I am in /Admin? or any other way?
Suggestions?
/Dmitrij