Vaibhav
asked 3 years ago

Hi, I am using dwqa and um plugin. I want to display question asked by user on there UM profile. By the way i created a custom tab on UM 
By using this code-
add_filter(‘um_profile_tabs’, ‘add_custom_profile_tab’, 1000 );
function add_custom_profile_tab( $tabs ) 
 
 $tabs[‘dwqaq’] = arra
  ‘name’ => ‘Questions’
  ‘icon’ => ‘um-faicon-comments’
 )
 
 return $tabs
 
} ;
 
 
 

1 Answers
DominicStaff
answered 3 years ago

At the moment, the plugin is supported to show the question & answer tab in the profile of UM plugin. Have you added the code to functions.php file? I have provided in the previous question. 
Add the code and let me know if you still face their issue.

Powered by DW Question & Answer Pro