* added user_id attribute to the hooks;

This commit is contained in:
Mykyta Synelnikov
2024-11-14 15:54:42 +02:00
parent 870f978df7
commit e561557e22
+3 -3
View File
@@ -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
*