Thanks 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.