09/17/2015 at 4:53 pm
#347146
Keymaster
@ Cole
**re: I am trying to location the code that generates the “Add to Address Book” and “Go back to directory” link on a “single card” page? **
- https://github.com/Connections-Business-Directory/Connections/blob/8.4.4/includes/template/class.template-parts.php#L979
- https://github.com/Connections-Business-Directory/Connections/blob/8.4.4/includes/template/class.template-parts.php#L958
You can unhook the actions that call the above functions and then hook your own custom code to replace them. This will provide you with a relatively update safe way of changing these. Here is where the hooks are added:
re: trouble finding the code that generates the “View Profile” link in the Gridder display.
It is in this file:
../wp-content/plugins/connections-gridder/card.php
Hope that helps!
