Hi,
I'm using Events Manager 5.3.3 with WordPress 3.5.
When checking a user reservation list I can see a personal data table at the top of the page. Inside this table we can see user's information and its username links to the same page we are. Is there any hook to change this link to point to the users profile? Or maybe a hook to put some html text after the users data to write a manual link to the profile page?
Thank you in advance for your time.
Regards,
--
David
http://wordpress.org/extend/plugins/events-manager/
yes indeed, we do this with the Pro add-on actually.
e.g. action em_bookings_person_header or filter em_person_display_summary
Cool! Thank you Marcus!
I've seen that there is an "Edit user" button at the top of the bookings list, so the link I was asking for is not needed really. However, with this hooks I've added at the bottom of the personal info some meta fields created with Gravity Forms so the profile is more user-friendly now :).