updated_usermeta

updated_usermeta

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('updated_usermeta') is found 1 times:

  • /wp-includes/deprecated.php line 2366
    2363
    2364
    2365
    2366
    2367
    2368
    2369
    2370
    2371
    2372
        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.