um_after_user_hash_is_changed

Hook type

Action

Description

Action after user hash is changed

Usage

add_action( 'um_after_user_hash_is_changed', 'function_name', 10 );

Examples

<?php
add_action( 'um_after_user_hash_is_changed', 'my_after_user_hash_is_changed', 10 );
function my_after_user_hash_is_changed() {
    // your code here
}
?>

Change Log

Since: 2.0

Source

um_after_user_hash_is_changed is located in includes/core/class-user.php::line 1072