Inpsyde\MultilingualPress\Common\Setting\User\UserSettingUpdater::update PHP Method

update() public method

Updates the setting with the data in the request for the user with the given ID.
Since: 3.0.0
public update ( integer $user_id ) : boolean
$user_id integer User ID.
return boolean Whether or not the user setting was updated successfully.
    public function update($user_id);
UserSettingUpdater