@Bri Beaut. This looks like the exact kind of thing to crib from.
Thank you.
I have to handle the click when in the user page I click on the menu:
What hook I must use? I first try with:
$(window).on('action:post.tools.load', function() {}});
but it doesn't work. Anyone can help me?
@Doppy there is no hook for that. Just listen to the click event.