um_after_profile_header_name_args
Hook type
Action
Description
Insert after profile header name some content
Parameters
$args
(array) Form Arguments
Usage
add_action( 'um_after_profile_header_name_args', 'function_name', 10, 1 );
Examples
<?php add_action( 'um_after_profile_header_name_args', 'my_after_profile_header_name_args', 10, 1 ); function my_after_profile_header_name_args( $args ) { // your code here } ?>
Change Log
Since: 2.0
Source
um_after_profile_header_name_args
is located in includes/core/um-actions-profile.php::line 852