goldstrikn

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Need help integration into forum #13580
    goldstrikn
    Participant

    Thanks again for your great support.

    in reply to: Need help integration into forum #13555
    goldstrikn
    Participant

    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.

Viewing 2 posts - 1 through 2 (of 2 total)