Hello ,
I’m a junior developper , I want to add botton in the profile_navbar next to About and Comments to modify the profile, but I can’t find in the ultimate member’s files the implementation of the function “my_profile_navbar” function which is responsible for the display so that I can understand its operation, there is only the declaration of the function like this:
* add_action( ‘um_profile_menu’, ‘my_profile_navbar’, 10, 1); *
function my_profile_navbar( $args ) { * // your code here * } * ?>
do_action(‘um_profile_menu’, $args);
- This topic was modified 4 hours, 53 minutes ago by .
- This topic was modified 4 hours, 53 minutes ago by .
