mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
* added user_id attribute to the hooks;
This commit is contained in:
@@ -1188,8 +1188,8 @@ function um_profile_header( $args ) {
|
||||
* }
|
||||
* ?>
|
||||
*/
|
||||
do_action( 'um_after_profile_name_inline', $args ); ?>
|
||||
|
||||
do_action( 'um_after_profile_name_inline', $args, um_user( 'ID' ) );
|
||||
?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
@@ -1215,7 +1215,7 @@ function um_profile_header( $args ) {
|
||||
* }
|
||||
* ?>
|
||||
*/
|
||||
do_action( 'um_after_profile_header_name_args', $args );
|
||||
do_action( 'um_after_profile_header_name_args', $args, um_user( 'ID' ) );
|
||||
/**
|
||||
* UM hook
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user