Viewing 1 replies (of 1 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @shughey

    You can add custom content to the profile with the following hook-code which you can place in your themes functions.php file:

    function my_custom_profile_content() {
    	echo 'My custom content ...';
    }
    add_action('asgarosforum_custom_profile_content', 'my_custom_profile_content');
Viewing 1 replies (of 1 total)
  • The topic ‘Add to Profile’ is closed to new replies.