updated_usermeta

updated_usermeta

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('updated_usermeta') is found 1 times:

  • /wp-includes/deprecated.php line 2366
     
    	if ( !$cur )
    		do_action( 'added_usermeta', $wpdb->insert_id, $user_id, $meta_key, $meta_value );
    	else
    		do_action( 'updated_usermeta', $cur->umeta_id, $user_id, $meta_key, $meta_value );
    
    	return true;
    }
    
    /**
     * Get users for the site.