Home › Forums › Pro Support › WPSP Pro: Custom option in Social › Reply To: WPSP Pro: Custom option in Social
October 24, 2019 at 11:52 pm
#11647
Participant
Hi Tom!
So, in my functions.php:
1. I’m integrating the Facebook SDK via the wp_body_open
hook.
2. I’m inserting the Facebook Like button HTML via the wpsp_after_content
hook
I’d like to be able to decide if a list should have this button or not, so I need a variable to check.
Thank you!