goldstrikn
Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- goldstriknParticipant
Thanks again for your great support.
goldstriknParticipantThanks for your fast response. Indeed your replies did go to spam, but now they’re whitelisted.
Your code worked, thank you. Now, I have a new place that I need to add the do_shortcode to, but it is not working for me.
the following is needed to place a button.
function custom_profile_content($user_object) {
// My code …
print_r($user_object);
}
add_action(‘asgarosforum_custom_profile_content’, ‘custom_profile_content’);How can I add the code?
Please advise, and thanks again.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)